public static interface CreateAccessPointRequest.Builder extends EfsRequest.Builder, SdkPojo, CopyableBuilder<CreateAccessPointRequest.Builder,CreateAccessPointRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAccessPointRequest.Builder |
clientToken(String clientToken)
A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.
|
CreateAccessPointRequest.Builder |
fileSystemId(String fileSystemId)
The ID of the EFS file system that the access point provides access to.
|
CreateAccessPointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAccessPointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateAccessPointRequest.Builder |
posixUser(Consumer<PosixUser.Builder> posixUser)
The operating system user and group applied to all file system requests made using the access point.
|
CreateAccessPointRequest.Builder |
posixUser(PosixUser posixUser)
The operating system user and group applied to all file system requests made using the access point.
|
default CreateAccessPointRequest.Builder |
rootDirectory(Consumer<RootDirectory.Builder> rootDirectory)
Specifies the directory on the Amazon EFS file system that the access point exposes as the root directory of
your file system to NFS clients using the access point.
|
CreateAccessPointRequest.Builder |
rootDirectory(RootDirectory rootDirectory)
Specifies the directory on the Amazon EFS file system that the access point exposes as the root directory of
your file system to NFS clients using the access point.
|
CreateAccessPointRequest.Builder |
tags(Collection<Tag> tags)
Creates tags associated with the access point.
|
CreateAccessPointRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Creates tags associated with the access point.
|
CreateAccessPointRequest.Builder |
tags(Tag... tags)
Creates tags associated with the access point.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAccessPointRequest.Builder clientToken(String clientToken)
A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.
clientToken - A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.CreateAccessPointRequest.Builder tags(Collection<Tag> tags)
Creates tags associated with the access point. Each tag is a key-value pair, each key must be unique. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
tags - Creates tags associated with the access point. Each tag is a key-value pair, each key must be unique.
For more information, see Tagging Amazon Web Services
resources in the Amazon Web Services General Reference Guide.CreateAccessPointRequest.Builder tags(Tag... tags)
Creates tags associated with the access point. Each tag is a key-value pair, each key must be unique. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
tags - Creates tags associated with the access point. Each tag is a key-value pair, each key must be unique.
For more information, see Tagging Amazon Web Services
resources in the Amazon Web Services General Reference Guide.CreateAccessPointRequest.Builder tags(Consumer<Tag.Builder>... tags)
Creates tags associated with the access point. Each tag is a key-value pair, each key must be unique. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) CreateAccessPointRequest.Builder fileSystemId(String fileSystemId)
The ID of the EFS file system that the access point provides access to.
fileSystemId - The ID of the EFS file system that the access point provides access to.CreateAccessPointRequest.Builder posixUser(PosixUser posixUser)
The operating system user and group applied to all file system requests made using the access point.
posixUser - The operating system user and group applied to all file system requests made using the access point.default CreateAccessPointRequest.Builder posixUser(Consumer<PosixUser.Builder> posixUser)
The operating system user and group applied to all file system requests made using the access point.
This is a convenience method that creates an instance of thePosixUser.Builder avoiding the need to
create one manually via PosixUser.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to posixUser(PosixUser).
posixUser - a consumer that will call methods on PosixUser.BuilderposixUser(PosixUser)CreateAccessPointRequest.Builder rootDirectory(RootDirectory rootDirectory)
Specifies the directory on the Amazon EFS file system that the access point exposes as the root directory of
your file system to NFS clients using the access point. The clients using the access point can only access
the root directory and below. If the RootDirectory > Path specified does not
exist, EFS creates it and applies the CreationInfo settings when a client connects to an access
point. When specifying a RootDirectory, you must provide the Path, and the
CreationInfo.
Amazon EFS creates a root directory only if you have provided the CreationInfo: OwnUid, OwnGID, and permissions for the directory. If you do not provide this information, Amazon EFS does not create the root directory. If the root directory does not exist, attempts to mount using the access point will fail.
rootDirectory - Specifies the directory on the Amazon EFS file system that the access point exposes as the root
directory of your file system to NFS clients using the access point. The clients using the access
point can only access the root directory and below. If the RootDirectory >
Path specified does not exist, EFS creates it and applies the CreationInfo
settings when a client connects to an access point. When specifying a RootDirectory, you
must provide the Path, and the CreationInfo.
Amazon EFS creates a root directory only if you have provided the CreationInfo: OwnUid, OwnGID, and permissions for the directory. If you do not provide this information, Amazon EFS does not create the root directory. If the root directory does not exist, attempts to mount using the access point will fail.
default CreateAccessPointRequest.Builder rootDirectory(Consumer<RootDirectory.Builder> rootDirectory)
Specifies the directory on the Amazon EFS file system that the access point exposes as the root directory of
your file system to NFS clients using the access point. The clients using the access point can only access
the root directory and below. If the RootDirectory > Path specified does not
exist, EFS creates it and applies the CreationInfo settings when a client connects to an access
point. When specifying a RootDirectory, you must provide the Path, and the
CreationInfo.
Amazon EFS creates a root directory only if you have provided the CreationInfo: OwnUid, OwnGID, and permissions for the directory. If you do not provide this information, Amazon EFS does not create the root directory. If the root directory does not exist, attempts to mount using the access point will fail.
This is a convenience method that creates an instance of theRootDirectory.Builder avoiding the need
to create one manually via RootDirectory.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to rootDirectory(RootDirectory).
rootDirectory - a consumer that will call methods on RootDirectory.BuilderrootDirectory(RootDirectory)CreateAccessPointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAccessPointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.