Interface EfsConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EfsConfiguration.Builder,,EfsConfiguration> SdkBuilder<EfsConfiguration.Builder,,EfsConfiguration> SdkPojo
- Enclosing class:
EfsConfiguration
@Mutable
@NotThreadSafe
public static interface EfsConfiguration.Builder
extends SdkPojo, CopyableBuilder<EfsConfiguration.Builder,EfsConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionaccessPointArn(String accessPointArn) The Amazon Resource Name (ARN) of the Amazon Elastic File System (Amazon EFS) access point to mount.fileSystemArn(String fileSystemArn) The Amazon Resource Name (ARN) of the Amazon Elastic File System (Amazon EFS) file system that owns the access point.The absolute path within the session at which the access point is mounted, for example/mnt/efs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
accessPointArn
The Amazon Resource Name (ARN) of the Amazon Elastic File System (Amazon EFS) access point to mount.
- Parameters:
accessPointArn- The Amazon Resource Name (ARN) of the Amazon Elastic File System (Amazon EFS) access point to mount.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mountPath
The absolute path within the session at which the access point is mounted, for example
/mnt/efs. Each mount path must be unique across all file system configurations in the session.- Parameters:
mountPath- The absolute path within the session at which the access point is mounted, for example/mnt/efs. Each mount path must be unique across all file system configurations in the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemArn
The Amazon Resource Name (ARN) of the Amazon Elastic File System (Amazon EFS) file system that owns the access point.
- Parameters:
fileSystemArn- The Amazon Resource Name (ARN) of the Amazon Elastic File System (Amazon EFS) file system that owns the access point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-