JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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.sagemaker.model

Class UpdateSpaceRequest

    • Constructor Detail

      • UpdateSpaceRequest

        public UpdateSpaceRequest()
    • Method Detail

      • setDomainId

        public void setDomainId(String domainId)

        The ID of the associated domain.

        Parameters:
        domainId - The ID of the associated domain.
      • getDomainId

        public String getDomainId()

        The ID of the associated domain.

        Returns:
        The ID of the associated domain.
      • withDomainId

        public UpdateSpaceRequest withDomainId(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.
      • setSpaceName

        public void setSpaceName(String spaceName)

        The name of the space.

        Parameters:
        spaceName - The name of the space.
      • getSpaceName

        public String getSpaceName()

        The name of the space.

        Returns:
        The name of the space.
      • withSpaceName

        public UpdateSpaceRequest withSpaceName(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.
      • setSpaceSettings

        public void setSpaceSettings(SpaceSettings spaceSettings)

        A collection of space settings.

        Parameters:
        spaceSettings - A collection of space settings.
      • getSpaceSettings

        public SpaceSettings getSpaceSettings()

        A collection of space settings.

        Returns:
        A collection of space settings.
      • withSpaceSettings

        public UpdateSpaceRequest withSpaceSettings(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.
      • setSpaceDisplayName

        public void setSpaceDisplayName(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.
      • getSpaceDisplayName

        public String getSpaceDisplayName()

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

        Returns:
        The name of the space that appears in the Amazon SageMaker Studio UI.
      • withSpaceDisplayName

        public UpdateSpaceRequest withSpaceDisplayName(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.
      • 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 によって変換されたページ (->オリジナル) /