Interface AccessPointDescription.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AccessPointDescription.Builder,AccessPointDescription>, SdkBuilder<AccessPointDescription.Builder,AccessPointDescription>, SdkPojo
Enclosing class:
AccessPointDescription

public static interface AccessPointDescription.Builder extends SdkPojo, CopyableBuilder<AccessPointDescription.Builder,AccessPointDescription>
  • Method Details

    • clientToken

      AccessPointDescription.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

      The name of the access point. This is the value of the Name tag.

      Parameters:
      name - The name of the access point. This is the value of the Name tag.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

      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

      The tags associated with the access point, presented as an array of Tag objects.

      This is a convenience method that creates an instance of the Tag.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<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • accessPointId

      AccessPointDescription.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

      AccessPointDescription.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

      AccessPointDescription.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

      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

      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 the PosixUser.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).

      Parameters:
      posixUser - a consumer that will call methods on PosixUser.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • rootDirectory

      AccessPointDescription.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 AccessPointDescription.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 the RootDirectory.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).

      Parameters:
      rootDirectory - a consumer that will call methods on RootDirectory.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      AccessPointDescription.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

      AccessPointDescription.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: