Interface CreateAccessPointResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateAccessPointResponse.Builder,CreateAccessPointResponse>,EfsResponse.Builder,SdkBuilder<CreateAccessPointResponse.Builder,CreateAccessPointResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateAccessPointResponse
public static interface CreateAccessPointResponse.Builder extends EfsResponse.Builder, SdkPojo, CopyableBuilder<CreateAccessPointResponse.Builder,CreateAccessPointResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateAccessPointResponse.BuilderaccessPointArn(String accessPointArn)The unique Amazon Resource Name (ARN) associated with the access point.CreateAccessPointResponse.BuilderaccessPointId(String accessPointId)The ID of the access point, assigned by Amazon EFS.CreateAccessPointResponse.BuilderclientToken(String clientToken)The opaque string specified in the request to ensure idempotent creation.CreateAccessPointResponse.BuilderfileSystemId(String fileSystemId)The ID of the EFS file system that the access point applies to.CreateAccessPointResponse.BuilderlifeCycleState(String lifeCycleState)Identifies the lifecycle phase of the access point.CreateAccessPointResponse.BuilderlifeCycleState(LifeCycleState lifeCycleState)Identifies the lifecycle phase of the access point.CreateAccessPointResponse.Buildername(String name)The name of the access point.CreateAccessPointResponse.BuilderownerId(String ownerId)Identifies the Amazon Web Services account that owns the access point resource.default CreateAccessPointResponse.BuilderposixUser(Consumer<PosixUser.Builder> posixUser)The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.CreateAccessPointResponse.BuilderposixUser(PosixUser posixUser)The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.default CreateAccessPointResponse.BuilderrootDirectory(Consumer<RootDirectory.Builder> rootDirectory)The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.CreateAccessPointResponse.BuilderrootDirectory(RootDirectory rootDirectory)The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.CreateAccessPointResponse.Buildertags(Collection<Tag> tags)The tags associated with the access point, presented as an array of Tag objects.CreateAccessPointResponse.Buildertags(Consumer<Tag.Builder>... tags)The tags associated with the access point, presented as an array of Tag objects.CreateAccessPointResponse.Buildertags(Tag... tags)The tags associated with the access point, presented as an array of Tag objects.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.efs.model.EfsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
clientToken
CreateAccessPointResponse.Builder clientToken(String clientToken)
The opaque string specified in the request to ensure idempotent creation.
- Parameters:
clientToken- The opaque string specified in the request to ensure idempotent creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateAccessPointResponse.Builder name(String name)
The name of the access point. This is the value of the
Nametag.- Parameters:
name- The name of the access point. This is the value of theNametag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateAccessPointResponse.Builder tags(Collection<Tag> tags)
The tags associated with the access point, presented as an array of Tag objects.
- Parameters:
tags- The tags associated with the access point, presented as an array of Tag objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateAccessPointResponse.Builder tags(Tag... tags)
The tags associated with the access point, presented as an array of Tag objects.
- Parameters:
tags- The tags associated with the access point, presented as an array of Tag objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateAccessPointResponse.Builder tags(Consumer<Tag.Builder>... tags)
The tags associated with the access point, presented as an array of Tag objects.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
accessPointId
CreateAccessPointResponse.Builder accessPointId(String accessPointId)
The ID of the access point, assigned by Amazon EFS.
- Parameters:
accessPointId- The ID of the access point, assigned by Amazon EFS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessPointArn
CreateAccessPointResponse.Builder accessPointArn(String accessPointArn)
The unique Amazon Resource Name (ARN) associated with the access point.
- Parameters:
accessPointArn- The unique Amazon Resource Name (ARN) associated with the access point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemId
CreateAccessPointResponse.Builder fileSystemId(String fileSystemId)
The ID of the EFS file system that the access point applies to.
- Parameters:
fileSystemId- The ID of the EFS file system that the access point applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
posixUser
CreateAccessPointResponse.Builder posixUser(PosixUser posixUser)
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.
- Parameters:
posixUser- The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
posixUser
default CreateAccessPointResponse.Builder posixUser(Consumer<PosixUser.Builder> posixUser)
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.
This is a convenience method that creates an instance of thePosixUser.Builderavoiding the need to create one manually viaPosixUser.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toposixUser(PosixUser).- Parameters:
posixUser- a consumer that will call methods onPosixUser.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
posixUser(PosixUser)
-
rootDirectory
CreateAccessPointResponse.Builder rootDirectory(RootDirectory rootDirectory)
The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.
- Parameters:
rootDirectory- The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rootDirectory
default CreateAccessPointResponse.Builder rootDirectory(Consumer<RootDirectory.Builder> rootDirectory)
The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.
This is a convenience method that creates an instance of theRootDirectory.Builderavoiding the need to create one manually viaRootDirectory.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torootDirectory(RootDirectory).- Parameters:
rootDirectory- a consumer that will call methods onRootDirectory.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
rootDirectory(RootDirectory)
-
ownerId
CreateAccessPointResponse.Builder ownerId(String ownerId)
Identifies the Amazon Web Services account that owns the access point resource.
- Parameters:
ownerId- Identifies the Amazon Web Services account that owns the access point resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lifeCycleState
CreateAccessPointResponse.Builder lifeCycleState(String lifeCycleState)
Identifies the lifecycle phase of the access point.
- Parameters:
lifeCycleState- Identifies the lifecycle phase of the access point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LifeCycleState,LifeCycleState
-
lifeCycleState
CreateAccessPointResponse.Builder lifeCycleState(LifeCycleState lifeCycleState)
Identifies the lifecycle phase of the access point.
- Parameters:
lifeCycleState- Identifies the lifecycle phase of the access point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LifeCycleState,LifeCycleState
-
-