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 CreateSpaceRequest

    • Constructor Detail

      • CreateSpaceRequest

        public CreateSpaceRequest()
    • 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 CreateSpaceRequest 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 CreateSpaceRequest 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.
      • getTags

        public List<Tag> getTags()

        Tags to associated with the space. Each tag consists of a key and an optional value. Tag keys must be unique for each resource. Tags are searchable using the Search API.

        Returns:
        Tags to associated with the space. Each tag consists of a key and an optional value. Tag keys must be unique for each resource. Tags are searchable using the Search API.
      • setTags

        public void setTags(Collection<Tag> tags)

        Tags to associated with the space. Each tag consists of a key and an optional value. Tag keys must be unique for each resource. Tags are searchable using the Search API.

        Parameters:
        tags - Tags to associated with the space. Each tag consists of a key and an optional value. Tag keys must be unique for each resource. Tags are searchable using the Search API.
      • withTags

        public CreateSpaceRequest withTags(Tag... tags)

        Tags to associated with the space. Each tag consists of a key and an optional value. Tag keys must be unique for each resource. Tags are searchable using the Search API.

        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 - Tags to associated with the space. Each tag consists of a key and an optional value. Tag keys must be unique for each resource. Tags are searchable using the Search API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withTags

        public CreateSpaceRequest withTags(Collection<Tag> tags)

        Tags to associated with the space. Each tag consists of a key and an optional value. Tag keys must be unique for each resource. Tags are searchable using the Search API.

        Parameters:
        tags - Tags to associated with the space. Each tag consists of a key and an optional value. Tag keys must be unique for each resource. Tags are searchable using the Search API.
        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 CreateSpaceRequest 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.
      • setOwnershipSettings

        public void setOwnershipSettings(OwnershipSettings ownershipSettings)

        A collection of ownership settings.

        Parameters:
        ownershipSettings - A collection of ownership settings.
      • getOwnershipSettings

        public OwnershipSettings getOwnershipSettings()

        A collection of ownership settings.

        Returns:
        A collection of ownership settings.
      • withOwnershipSettings

        public CreateSpaceRequest withOwnershipSettings(OwnershipSettings ownershipSettings)

        A collection of ownership settings.

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

        public void setSpaceSharingSettings(SpaceSharingSettings spaceSharingSettings)

        A collection of space sharing settings.

        Parameters:
        spaceSharingSettings - A collection of space sharing settings.
      • getSpaceSharingSettings

        public SpaceSharingSettings getSpaceSharingSettings()

        A collection of space sharing settings.

        Returns:
        A collection of space sharing settings.
      • withSpaceSharingSettings

        public CreateSpaceRequest withSpaceSharingSettings(SpaceSharingSettings spaceSharingSettings)

        A collection of space sharing settings.

        Parameters:
        spaceSharingSettings - A collection of space sharing 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 SageMaker Studio UI.

        Parameters:
        spaceDisplayName - The name of the space that appears in the SageMaker Studio UI.
      • getSpaceDisplayName

        public String getSpaceDisplayName()

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

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

        public CreateSpaceRequest withSpaceDisplayName(String spaceDisplayName)

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

        Parameters:
        spaceDisplayName - The name of the space that appears in the 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 によって変換されたページ (->オリジナル) /