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 Project

    • Constructor Detail

      • Project

        public Project()
    • Method Detail

      • setProjectArn

        public void setProjectArn(String projectArn)

        The Amazon Resource Name (ARN) of the project.

        Parameters:
        projectArn - The Amazon Resource Name (ARN) of the project.
      • getProjectArn

        public String getProjectArn()

        The Amazon Resource Name (ARN) of the project.

        Returns:
        The Amazon Resource Name (ARN) of the project.
      • withProjectArn

        public Project withProjectArn(String projectArn)

        The Amazon Resource Name (ARN) of the project.

        Parameters:
        projectArn - The Amazon Resource Name (ARN) of the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProjectName

        public void setProjectName(String projectName)

        The name of the project.

        Parameters:
        projectName - The name of the project.
      • getProjectName

        public String getProjectName()

        The name of the project.

        Returns:
        The name of the project.
      • withProjectName

        public Project withProjectName(String projectName)

        The name of the project.

        Parameters:
        projectName - The name of the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProjectId

        public void setProjectId(String projectId)

        The ID of the project.

        Parameters:
        projectId - The ID of the project.
      • getProjectId

        public String getProjectId()

        The ID of the project.

        Returns:
        The ID of the project.
      • withProjectId

        public Project withProjectId(String projectId)

        The ID of the project.

        Parameters:
        projectId - The ID of the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProjectDescription

        public void setProjectDescription(String projectDescription)

        The description of the project.

        Parameters:
        projectDescription - The description of the project.
      • getProjectDescription

        public String getProjectDescription()

        The description of the project.

        Returns:
        The description of the project.
      • withProjectDescription

        public Project withProjectDescription(String projectDescription)

        The description of the project.

        Parameters:
        projectDescription - The description of the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setServiceCatalogProvisioningDetails

        public void setServiceCatalogProvisioningDetails(ServiceCatalogProvisioningDetails serviceCatalogProvisioningDetails)
        Parameters:
        serviceCatalogProvisioningDetails -
      • withServiceCatalogProvisioningDetails

        public Project withServiceCatalogProvisioningDetails(ServiceCatalogProvisioningDetails serviceCatalogProvisioningDetails)
        Parameters:
        serviceCatalogProvisioningDetails -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setServiceCatalogProvisionedProductDetails

        public void setServiceCatalogProvisionedProductDetails(ServiceCatalogProvisionedProductDetails serviceCatalogProvisionedProductDetails)
        Parameters:
        serviceCatalogProvisionedProductDetails -
      • withServiceCatalogProvisionedProductDetails

        public Project withServiceCatalogProvisionedProductDetails(ServiceCatalogProvisionedProductDetails serviceCatalogProvisionedProductDetails)
        Parameters:
        serviceCatalogProvisionedProductDetails -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProjectStatus

        public void setProjectStatus(String projectStatus)

        The status of the project.

        Parameters:
        projectStatus - The status of the project.
        See Also:
        ProjectStatus
      • getProjectStatus

        public String getProjectStatus()

        The status of the project.

        Returns:
        The status of the project.
        See Also:
        ProjectStatus
      • withProjectStatus

        public Project withProjectStatus(String projectStatus)

        The status of the project.

        Parameters:
        projectStatus - The status of the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ProjectStatus
      • withProjectStatus

        public Project withProjectStatus(ProjectStatus projectStatus)

        The status of the project.

        Parameters:
        projectStatus - The status of the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ProjectStatus
      • setCreatedBy

        public void setCreatedBy(UserContext createdBy)

        Who created the project.

        Parameters:
        createdBy - Who created the project.
      • getCreatedBy

        public UserContext getCreatedBy()

        Who created the project.

        Returns:
        Who created the project.
      • withCreatedBy

        public Project withCreatedBy(UserContext createdBy)

        Who created the project.

        Parameters:
        createdBy - Who created the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        A timestamp specifying when the project was created.

        Parameters:
        creationTime - A timestamp specifying when the project was created.
      • getCreationTime

        public Date getCreationTime()

        A timestamp specifying when the project was created.

        Returns:
        A timestamp specifying when the project was created.
      • withCreationTime

        public Project withCreationTime(Date creationTime)

        A timestamp specifying when the project was created.

        Parameters:
        creationTime - A timestamp specifying when the project was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public List<Tag> getTags()

        An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

        Returns:
        An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
      • setTags

        public void setTags(Collection<Tag> tags)

        An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

        Parameters:
        tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
      • withTags

        public Project withTags(Tag... tags)

        An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

        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 - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withTags

        public Project withTags(Collection<Tag> tags)

        An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

        Parameters:
        tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModifiedTime

        public void setLastModifiedTime(Date lastModifiedTime)

        A timestamp container for when the project was last modified.

        Parameters:
        lastModifiedTime - A timestamp container for when the project was last modified.
      • getLastModifiedTime

        public Date getLastModifiedTime()

        A timestamp container for when the project was last modified.

        Returns:
        A timestamp container for when the project was last modified.
      • withLastModifiedTime

        public Project withLastModifiedTime(Date lastModifiedTime)

        A timestamp container for when the project was last modified.

        Parameters:
        lastModifiedTime - A timestamp container for when the project was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModifiedBy

        public void setLastModifiedBy(UserContext lastModifiedBy)
        Parameters:
        lastModifiedBy -
      • getLastModifiedBy

        public UserContext getLastModifiedBy()
        Returns:
      • withLastModifiedBy

        public Project withLastModifiedBy(UserContext lastModifiedBy)
        Parameters:
        lastModifiedBy -
        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 によって変換されたページ (->オリジナル) /