Interface DescribeSpaceResponse.Builder

    • Method Detail

      • domainId

        DescribeSpaceResponse.Builder domainId​(String domainId)

        The ID of the associated Domain.

        Parameters:
        domainId - The ID of the associated Domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • spaceArn

        DescribeSpaceResponse.Builder spaceArn​(String spaceArn)

        The space's Amazon Resource Name (ARN).

        Parameters:
        spaceArn - The space's Amazon Resource Name (ARN).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • spaceName

        DescribeSpaceResponse.Builder spaceName​(String spaceName)

        The name of the space.

        Parameters:
        spaceName - The name of the space.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • homeEfsFileSystemUid

        DescribeSpaceResponse.Builder homeEfsFileSystemUid​(String homeEfsFileSystemUid)

        The ID of the space's profile in the Amazon Elastic File System volume.

        Parameters:
        homeEfsFileSystemUid - The ID of the space's profile in the Amazon Elastic File System volume.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        DescribeSpaceResponse.Builder lastModifiedTime​(Instant lastModifiedTime)

        The last modified time.

        Parameters:
        lastModifiedTime - The last modified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        DescribeSpaceResponse.Builder creationTime​(Instant creationTime)

        The creation time.

        Parameters:
        creationTime - The creation time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureReason

        DescribeSpaceResponse.Builder failureReason​(String failureReason)

        The failure reason.

        Parameters:
        failureReason - The failure reason.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • spaceSettings

        DescribeSpaceResponse.Builder spaceSettings​(SpaceSettings spaceSettings)

        A collection of space settings.

        Parameters:
        spaceSettings - A collection of space settings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.