@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLocationEfsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
DescribeLocationEfsResponse
Constructor and Description |
---|
DescribeLocationEfsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLocationEfsResult |
clone() |
boolean |
equals(Object obj) |
String |
getAccessPointArn()
The ARN of the access point that DataSync uses to access the Amazon EFS file system.
|
Date |
getCreationTime()
The time that the location was created.
|
Ec2Config |
getEc2Config() |
String |
getFileSystemAccessRoleArn()
The Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.
|
String |
getInTransitEncryption()
Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon
EFS file system.
|
String |
getLocationArn()
The ARN of the Amazon EFS file system location.
|
String |
getLocationUri()
The URL of the Amazon EFS file system location.
|
int |
hashCode() |
void |
setAccessPointArn(String accessPointArn)
The ARN of the access point that DataSync uses to access the Amazon EFS file system.
|
void |
setCreationTime(Date creationTime)
The time that the location was created.
|
void |
setEc2Config(Ec2Config ec2Config) |
void |
setFileSystemAccessRoleArn(String fileSystemAccessRoleArn)
The Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.
|
void |
setInTransitEncryption(String inTransitEncryption)
Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon
EFS file system.
|
void |
setLocationArn(String locationArn)
The ARN of the Amazon EFS file system location.
|
void |
setLocationUri(String locationUri)
The URL of the Amazon EFS file system location.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLocationEfsResult |
withAccessPointArn(String accessPointArn)
The ARN of the access point that DataSync uses to access the Amazon EFS file system.
|
DescribeLocationEfsResult |
withCreationTime(Date creationTime)
The time that the location was created.
|
DescribeLocationEfsResult |
withEc2Config(Ec2Config ec2Config) |
DescribeLocationEfsResult |
withFileSystemAccessRoleArn(String fileSystemAccessRoleArn)
The Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.
|
DescribeLocationEfsResult |
withInTransitEncryption(EfsInTransitEncryption inTransitEncryption)
Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon
EFS file system.
|
DescribeLocationEfsResult |
withInTransitEncryption(String inTransitEncryption)
Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon
EFS file system.
|
DescribeLocationEfsResult |
withLocationArn(String locationArn)
The ARN of the Amazon EFS file system location.
|
DescribeLocationEfsResult |
withLocationUri(String locationUri)
The URL of the Amazon EFS file system location.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLocationArn(String locationArn)
The ARN of the Amazon EFS file system location.
locationArn
- The ARN of the Amazon EFS file system location.public String getLocationArn()
The ARN of the Amazon EFS file system location.
public DescribeLocationEfsResult withLocationArn(String locationArn)
The ARN of the Amazon EFS file system location.
locationArn
- The ARN of the Amazon EFS file system location.public void setLocationUri(String locationUri)
The URL of the Amazon EFS file system location.
locationUri
- The URL of the Amazon EFS file system location.public String getLocationUri()
The URL of the Amazon EFS file system location.
public DescribeLocationEfsResult withLocationUri(String locationUri)
The URL of the Amazon EFS file system location.
locationUri
- The URL of the Amazon EFS file system location.public void setEc2Config(Ec2Config ec2Config)
ec2Config
- public Ec2Config getEc2Config()
public DescribeLocationEfsResult withEc2Config(Ec2Config ec2Config)
ec2Config
- public void setCreationTime(Date creationTime)
The time that the location was created.
creationTime
- The time that the location was created.public Date getCreationTime()
The time that the location was created.
public DescribeLocationEfsResult withCreationTime(Date creationTime)
The time that the location was created.
creationTime
- The time that the location was created.public void setAccessPointArn(String accessPointArn)
The ARN of the access point that DataSync uses to access the Amazon EFS file system.
accessPointArn
- The ARN of the access point that DataSync uses to access the Amazon EFS file system.public String getAccessPointArn()
The ARN of the access point that DataSync uses to access the Amazon EFS file system.
public DescribeLocationEfsResult withAccessPointArn(String accessPointArn)
The ARN of the access point that DataSync uses to access the Amazon EFS file system.
accessPointArn
- The ARN of the access point that DataSync uses to access the Amazon EFS file system.public void setFileSystemAccessRoleArn(String fileSystemAccessRoleArn)
The Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.
fileSystemAccessRoleArn
- The Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file
system.public String getFileSystemAccessRoleArn()
The Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.
public DescribeLocationEfsResult withFileSystemAccessRoleArn(String fileSystemAccessRoleArn)
The Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.
fileSystemAccessRoleArn
- The Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file
system.public void setInTransitEncryption(String inTransitEncryption)
Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon EFS file system.
inTransitEncryption
- Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the
Amazon EFS file system.EfsInTransitEncryption
public String getInTransitEncryption()
Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon EFS file system.
EfsInTransitEncryption
public DescribeLocationEfsResult withInTransitEncryption(String inTransitEncryption)
Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon EFS file system.
inTransitEncryption
- Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the
Amazon EFS file system.EfsInTransitEncryption
public DescribeLocationEfsResult withInTransitEncryption(EfsInTransitEncryption inTransitEncryption)
Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon EFS file system.
inTransitEncryption
- Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the
Amazon EFS file system.EfsInTransitEncryption
public String toString()
toString
in class Object
Object.toString()
public DescribeLocationEfsResult clone()