DestinationToCreate.Builder |
DestinationToCreate.Builder.availabilityZoneName(String availabilityZoneName) |
To create a file system that uses One Zone storage, specify the name of the Availability Zone in which to
create the destination file system.
|
static DestinationToCreate.Builder |
DestinationToCreate.builder() |
|
DestinationToCreate.Builder |
DestinationToCreate.Builder.fileSystemId(String fileSystemId) |
The ID or ARN of the file system to use for the destination.
|
DestinationToCreate.Builder |
DestinationToCreate.Builder.kmsKeyId(String kmsKeyId) |
Specify the Key Management Service (KMS) key that you want to use to encrypt the destination file system.
|
DestinationToCreate.Builder |
DestinationToCreate.Builder.region(String region) |
To create a file system that uses Regional storage, specify the Amazon Web Services Region in which to create
the destination file system.
|
DestinationToCreate.Builder |
DestinationToCreate.Builder.roleArn(String roleArn) |
Amazon Resource Name (ARN) of the IAM role in the source account that allows Amazon EFS to perform
replication on its behalf.
|
DestinationToCreate.Builder |
DestinationToCreate.toBuilder() |
|