public static interface DescribeLocationEfsResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<DescribeLocationEfsResponse.Builder,DescribeLocationEfsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationEfsResponse.Builder |
accessPointArn(String accessPointArn)
The ARN of the access point that DataSync uses to access the Amazon EFS file system.
|
DescribeLocationEfsResponse.Builder |
creationTime(Instant creationTime)
The time that the location was created.
|
default DescribeLocationEfsResponse.Builder |
ec2Config(Consumer<Ec2Config.Builder> ec2Config)
Sets the value of the Ec2Config property for this object.
|
DescribeLocationEfsResponse.Builder |
ec2Config(Ec2Config ec2Config)
Sets the value of the Ec2Config property for this object.
|
DescribeLocationEfsResponse.Builder |
fileSystemAccessRoleArn(String fileSystemAccessRoleArn)
The Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.
|
DescribeLocationEfsResponse.Builder |
inTransitEncryption(EfsInTransitEncryption inTransitEncryption)
Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the
Amazon EFS file system.
|
DescribeLocationEfsResponse.Builder |
inTransitEncryption(String inTransitEncryption)
Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the
Amazon EFS file system.
|
DescribeLocationEfsResponse.Builder |
locationArn(String locationArn)
The ARN of the Amazon EFS file system location.
|
DescribeLocationEfsResponse.Builder |
locationUri(String locationUri)
The URL of the Amazon EFS file system location.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLocationEfsResponse.Builder locationArn(String locationArn)
The ARN of the Amazon EFS file system location.
locationArn - The ARN of the Amazon EFS file system location.DescribeLocationEfsResponse.Builder locationUri(String locationUri)
The URL of the Amazon EFS file system location.
locationUri - The URL of the Amazon EFS file system location.DescribeLocationEfsResponse.Builder ec2Config(Ec2Config ec2Config)
ec2Config - The new value for the Ec2Config property for this object.default DescribeLocationEfsResponse.Builder ec2Config(Consumer<Ec2Config.Builder> ec2Config)
Ec2Config.Builder avoiding the need to
create one manually via Ec2Config.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to ec2Config(Ec2Config).
ec2Config - a consumer that will call methods on Ec2Config.Builderec2Config(Ec2Config)DescribeLocationEfsResponse.Builder creationTime(Instant creationTime)
The time that the location was created.
creationTime - The time that the location was created.DescribeLocationEfsResponse.Builder accessPointArn(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.DescribeLocationEfsResponse.Builder fileSystemAccessRoleArn(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.DescribeLocationEfsResponse.Builder inTransitEncryption(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,
EfsInTransitEncryptionDescribeLocationEfsResponse.Builder inTransitEncryption(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,
EfsInTransitEncryptionCopyright © 2023. All rights reserved.