Interface CreateAccessPointResponse.Builder

    • 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 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

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

        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:
        #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.
      • 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.
      • 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