Interface AwsEfsAccessPointRootDirectoryDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsEfsAccessPointRootDirectoryDetails.Builder,
,AwsEfsAccessPointRootDirectoryDetails> SdkBuilder<AwsEfsAccessPointRootDirectoryDetails.Builder,
,AwsEfsAccessPointRootDirectoryDetails> SdkPojo
- Enclosing class:
AwsEfsAccessPointRootDirectoryDetails
@Mutable
@NotThreadSafe
public static interface AwsEfsAccessPointRootDirectoryDetails.Builder
extends SdkPojo, CopyableBuilder<AwsEfsAccessPointRootDirectoryDetails.Builder,AwsEfsAccessPointRootDirectoryDetails>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the POSIX IDs and permissions to apply to the access point's root directory.Specifies the POSIX IDs and permissions to apply to the access point's root directory.Specifies the path on the Amazon EFS file system to expose as the root directory to NFS clients using the access point to access the EFS file system.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
creationInfo
AwsEfsAccessPointRootDirectoryDetails.Builder creationInfo(AwsEfsAccessPointRootDirectoryCreationInfoDetails creationInfo) Specifies the POSIX IDs and permissions to apply to the access point's root directory.
- Parameters:
creationInfo
- Specifies the POSIX IDs and permissions to apply to the access point's root directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationInfo
default AwsEfsAccessPointRootDirectoryDetails.Builder creationInfo(Consumer<AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder> creationInfo) Specifies the POSIX IDs and permissions to apply to the access point's root directory.
This is a convenience method that creates an instance of theAwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder
avoiding the need to create one manually viaAwsEfsAccessPointRootDirectoryCreationInfoDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocreationInfo(AwsEfsAccessPointRootDirectoryCreationInfoDetails)
.- Parameters:
creationInfo
- a consumer that will call methods onAwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
path
Specifies the path on the Amazon EFS file system to expose as the root directory to NFS clients using the access point to access the EFS file system. A path can have up to four subdirectories. If the specified path does not exist, you are required to provide
CreationInfo
.- Parameters:
path
- Specifies the path on the Amazon EFS file system to expose as the root directory to NFS clients using the access point to access the EFS file system. A path can have up to four subdirectories. If the specified path does not exist, you are required to provideCreationInfo
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-