JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.elasticfilesystem.model

Class CreateAccessPointResult

    • Constructor Detail

      • CreateAccessPointResult

        public CreateAccessPointResult()
    • Method Detail

      • setClientToken

        public void setClientToken(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.
      • getClientToken

        public String getClientToken()

        The opaque string specified in the request to ensure idempotent creation.

        Returns:
        The opaque string specified in the request to ensure idempotent creation.
      • withClientToken

        public CreateAccessPointResult withClientToken(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.
      • setName

        public void setName(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.
      • getName

        public String getName()

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

        Returns:
        The name of the access point. This is the value of the Name tag.
      • withName

        public CreateAccessPointResult withName(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.
      • getTags

        public List<Tag> getTags()

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

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

        public void setTags(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.
      • withTags

        public CreateAccessPointResult withTags(Tag... tags)

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

        NOTE: This method appends the values to the existing list (if any). Use setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the existing values.

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

        public CreateAccessPointResult withTags(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.
      • setAccessPointId

        public void setAccessPointId(String accessPointId)

        The ID of the access point, assigned by Amazon EFS.

        Parameters:
        accessPointId - The ID of the access point, assigned by Amazon EFS.
      • getAccessPointId

        public String getAccessPointId()

        The ID of the access point, assigned by Amazon EFS.

        Returns:
        The ID of the access point, assigned by Amazon EFS.
      • withAccessPointId

        public CreateAccessPointResult withAccessPointId(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.
      • setAccessPointArn

        public void setAccessPointArn(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.
      • getAccessPointArn

        public String getAccessPointArn()

        The unique Amazon Resource Name (ARN) associated with the access point.

        Returns:
        The unique Amazon Resource Name (ARN) associated with the access point.
      • withAccessPointArn

        public CreateAccessPointResult withAccessPointArn(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.
      • setFileSystemId

        public void setFileSystemId(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.
      • getFileSystemId

        public String getFileSystemId()

        The ID of the EFS file system that the access point applies to.

        Returns:
        The ID of the EFS file system that the access point applies to.
      • withFileSystemId

        public CreateAccessPointResult withFileSystemId(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.
      • setPosixUser

        public void setPosixUser(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.
      • getPosixUser

        public PosixUser getPosixUser()

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

        public CreateAccessPointResult withPosixUser(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.
      • setRootDirectory

        public void setRootDirectory(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.
      • getRootDirectory

        public RootDirectory getRootDirectory()

        The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.

        Returns:
        The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.
      • withRootDirectory

        public CreateAccessPointResult withRootDirectory(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.
      • setOwnerId

        public void setOwnerId(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.
      • getOwnerId

        public String getOwnerId()

        Identifies the Amazon Web Services account that owns the access point resource.

        Returns:
        Identifies the Amazon Web Services account that owns the access point resource.
      • withOwnerId

        public CreateAccessPointResult withOwnerId(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.
      • setLifeCycleState

        public void setLifeCycleState(String lifeCycleState)

        Identifies the lifecycle phase of the access point.

        Parameters:
        lifeCycleState - Identifies the lifecycle phase of the access point.
        See Also:
        LifeCycleState
      • getLifeCycleState

        public String getLifeCycleState()

        Identifies the lifecycle phase of the access point.

        Returns:
        Identifies the lifecycle phase of the access point.
        See Also:
        LifeCycleState
      • withLifeCycleState

        public CreateAccessPointResult withLifeCycleState(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
      • withLifeCycleState

        public CreateAccessPointResult withLifeCycleState(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
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /