Interface DescribeSpaceResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeSpaceResponse.Builder,DescribeSpaceResponse>, SageMakerResponse.Builder, SdkBuilder<DescribeSpaceResponse.Builder,DescribeSpaceResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeSpaceResponse

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

    • 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

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

      The status.

      Parameters:
      status - The status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status.

      Parameters:
      status - The status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • spaceSettings

      default DescribeSpaceResponse.Builder spaceSettings(Consumer<SpaceSettings.Builder> spaceSettings)

      A collection of space settings.

      This is a convenience method that creates an instance of the SpaceSettings.Builder avoiding the need to create one manually via SpaceSettings.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to spaceSettings(SpaceSettings).

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