| Package | Description |
|---|---|
| software.amazon.awssdk.services.efs.model |
| Modifier and Type | Method and Description |
|---|---|
DestinationToCreate.Builder |
DestinationToCreate.Builder.availabilityZoneName(String availabilityZoneName)
To create a file system that uses EFS 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.kmsKeyId(String kmsKeyId)
Specifies 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.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DestinationToCreate.Builder> |
DestinationToCreate.serializableBuilderClass() |
Copyright © 2023. All rights reserved.