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 EFS volume.

        Parameters:
        homeEfsFileSystemUid - The ID of the space's profile in the Amazon EFS 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.
      • ownershipSettings

        DescribeSpaceResponse.Builder ownershipSettings​(OwnershipSettings ownershipSettings)

        The collection of ownership settings for a space.

        Parameters:
        ownershipSettings - The collection of ownership settings for a space.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • spaceSharingSettings

        DescribeSpaceResponse.Builder spaceSharingSettings​(SpaceSharingSettings spaceSharingSettings)

        The collection of space sharing settings for a space.

        Parameters:
        spaceSharingSettings - The collection of space sharing settings for a space.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • spaceDisplayName

        DescribeSpaceResponse.Builder spaceDisplayName​(String spaceDisplayName)

        The name of the space that appears in the Amazon SageMaker Studio UI.

        Parameters:
        spaceDisplayName - The name of the space that appears in the Amazon SageMaker Studio UI.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • url

        DescribeSpaceResponse.Builder url​(String url)

        Returns the URL of the space. If the space is created with Amazon Web Services IAM Identity Center (Successor to Amazon Web Services Single Sign-On) authentication, users can navigate to the URL after appending the respective redirect parameter for the application type to be federated through Amazon Web Services IAM Identity Center.

        The following application types are supported:

        • Studio Classic: &redirect=JupyterServer

        • JupyterLab: &redirect=JupyterLab

        • Code Editor, based on Code-OSS, Visual Studio Code - Open Source: &redirect=CodeEditor

        Parameters:
        url - Returns the URL of the space. If the space is created with Amazon Web Services IAM Identity Center (Successor to Amazon Web Services Single Sign-On) authentication, users can navigate to the URL after appending the respective redirect parameter for the application type to be federated through Amazon Web Services IAM Identity Center.

        The following application types are supported:

        • Studio Classic: &redirect=JupyterServer

        • JupyterLab: &redirect=JupyterLab

        • Code Editor, based on Code-OSS, Visual Studio Code - Open Source: &redirect=CodeEditor

        Returns:
        Returns a reference to this object so that method calls can be chained together.