JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

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

Class CreateSubscriptionTargetResult

    • Constructor Detail

      • CreateSubscriptionTargetResult

        public CreateSubscriptionTargetResult()
    • Method Detail

      • getApplicableAssetTypes

        public List<String> getApplicableAssetTypes()

        The asset types that can be included in the subscription target.

        Returns:
        The asset types that can be included in the subscription target.
      • setApplicableAssetTypes

        public void setApplicableAssetTypes(Collection<String> applicableAssetTypes)

        The asset types that can be included in the subscription target.

        Parameters:
        applicableAssetTypes - The asset types that can be included in the subscription target.
      • withApplicableAssetTypes

        public CreateSubscriptionTargetResult withApplicableAssetTypes(Collection<String> applicableAssetTypes)

        The asset types that can be included in the subscription target.

        Parameters:
        applicableAssetTypes - The asset types that can be included in the subscription target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getAuthorizedPrincipals

        public List<String> getAuthorizedPrincipals()

        The authorised principals of the subscription target.

        Returns:
        The authorised principals of the subscription target.
      • setAuthorizedPrincipals

        public void setAuthorizedPrincipals(Collection<String> authorizedPrincipals)

        The authorised principals of the subscription target.

        Parameters:
        authorizedPrincipals - The authorised principals of the subscription target.
      • withAuthorizedPrincipals

        public CreateSubscriptionTargetResult withAuthorizedPrincipals(Collection<String> authorizedPrincipals)

        The authorised principals of the subscription target.

        Parameters:
        authorizedPrincipals - The authorised principals of the subscription target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedAt

        public void setCreatedAt(Date createdAt)

        The timestamp of when the subscription target was created.

        Parameters:
        createdAt - The timestamp of when the subscription target was created.
      • getCreatedAt

        public Date getCreatedAt()

        The timestamp of when the subscription target was created.

        Returns:
        The timestamp of when the subscription target was created.
      • withCreatedAt

        public CreateSubscriptionTargetResult withCreatedAt(Date createdAt)

        The timestamp of when the subscription target was created.

        Parameters:
        createdAt - The timestamp of when the subscription target was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedBy

        public void setCreatedBy(String createdBy)

        The Amazon DataZone user who created the subscription target.

        Parameters:
        createdBy - The Amazon DataZone user who created the subscription target.
      • getCreatedBy

        public String getCreatedBy()

        The Amazon DataZone user who created the subscription target.

        Returns:
        The Amazon DataZone user who created the subscription target.
      • withCreatedBy

        public CreateSubscriptionTargetResult withCreatedBy(String createdBy)

        The Amazon DataZone user who created the subscription target.

        Parameters:
        createdBy - The Amazon DataZone user who created the subscription target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDomainId

        public void setDomainId(String domainId)

        The ID of the Amazon DataZone domain in which the subscription target was created.

        Parameters:
        domainId - The ID of the Amazon DataZone domain in which the subscription target was created.
      • getDomainId

        public String getDomainId()

        The ID of the Amazon DataZone domain in which the subscription target was created.

        Returns:
        The ID of the Amazon DataZone domain in which the subscription target was created.
      • withDomainId

        public CreateSubscriptionTargetResult withDomainId(String domainId)

        The ID of the Amazon DataZone domain in which the subscription target was created.

        Parameters:
        domainId - The ID of the Amazon DataZone domain in which the subscription target was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEnvironmentId

        public void setEnvironmentId(String environmentId)

        The ID of the environment in which the subscription target was created.

        Parameters:
        environmentId - The ID of the environment in which the subscription target was created.
      • getEnvironmentId

        public String getEnvironmentId()

        The ID of the environment in which the subscription target was created.

        Returns:
        The ID of the environment in which the subscription target was created.
      • withEnvironmentId

        public CreateSubscriptionTargetResult withEnvironmentId(String environmentId)

        The ID of the environment in which the subscription target was created.

        Parameters:
        environmentId - The ID of the environment in which the subscription target was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setId

        public void setId(String id)

        The ID of the subscription target.

        Parameters:
        id - The ID of the subscription target.
      • getId

        public String getId()

        The ID of the subscription target.

        Returns:
        The ID of the subscription target.
      • withId

        public CreateSubscriptionTargetResult withId(String id)

        The ID of the subscription target.

        Parameters:
        id - The ID of the subscription target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setManageAccessRole

        public void setManageAccessRole(String manageAccessRole)

        The manage access role with which the subscription target was created.

        Parameters:
        manageAccessRole - The manage access role with which the subscription target was created.
      • getManageAccessRole

        public String getManageAccessRole()

        The manage access role with which the subscription target was created.

        Returns:
        The manage access role with which the subscription target was created.
      • withManageAccessRole

        public CreateSubscriptionTargetResult withManageAccessRole(String manageAccessRole)

        The manage access role with which the subscription target was created.

        Parameters:
        manageAccessRole - The manage access role with which the subscription target was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name of the subscription target.

        Parameters:
        name - The name of the subscription target.
      • getName

        public String getName()

        The name of the subscription target.

        Returns:
        The name of the subscription target.
      • withName

        public CreateSubscriptionTargetResult withName(String name)

        The name of the subscription target.

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

        public void setProjectId(String projectId)

        ???

        Parameters:
        projectId - ???
      • getProjectId

        public String getProjectId()

        ???

        Returns:
        ???
      • withProjectId

        public CreateSubscriptionTargetResult withProjectId(String projectId)

        ???

        Parameters:
        projectId - ???
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProvider

        public void setProvider(String provider)

        The provider of the subscription target.

        Parameters:
        provider - The provider of the subscription target.
      • getProvider

        public String getProvider()

        The provider of the subscription target.

        Returns:
        The provider of the subscription target.
      • withProvider

        public CreateSubscriptionTargetResult withProvider(String provider)

        The provider of the subscription target.

        Parameters:
        provider - The provider of the subscription target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSubscriptionTargetConfig

        public List<SubscriptionTargetForm> getSubscriptionTargetConfig()

        The configuration of the subscription target.

        Returns:
        The configuration of the subscription target.
      • setSubscriptionTargetConfig

        public void setSubscriptionTargetConfig(Collection<SubscriptionTargetForm> subscriptionTargetConfig)

        The configuration of the subscription target.

        Parameters:
        subscriptionTargetConfig - The configuration of the subscription target.
      • withSubscriptionTargetConfig

        public CreateSubscriptionTargetResult withSubscriptionTargetConfig(Collection<SubscriptionTargetForm> subscriptionTargetConfig)

        The configuration of the subscription target.

        Parameters:
        subscriptionTargetConfig - The configuration of the subscription target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setType

        public void setType(String type)

        The type of the subscription target.

        Parameters:
        type - The type of the subscription target.
      • getType

        public String getType()

        The type of the subscription target.

        Returns:
        The type of the subscription target.
      • withType

        public CreateSubscriptionTargetResult withType(String type)

        The type of the subscription target.

        Parameters:
        type - The type of the subscription target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUpdatedAt

        public void setUpdatedAt(Date updatedAt)

        The timestamp of when the subscription target was updated.

        Parameters:
        updatedAt - The timestamp of when the subscription target was updated.
      • getUpdatedAt

        public Date getUpdatedAt()

        The timestamp of when the subscription target was updated.

        Returns:
        The timestamp of when the subscription target was updated.
      • withUpdatedAt

        public CreateSubscriptionTargetResult withUpdatedAt(Date updatedAt)

        The timestamp of when the subscription target was updated.

        Parameters:
        updatedAt - The timestamp of when the subscription target was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUpdatedBy

        public void setUpdatedBy(String updatedBy)

        The Amazon DataZone user who updated the subscription target.

        Parameters:
        updatedBy - The Amazon DataZone user who updated the subscription target.
      • getUpdatedBy

        public String getUpdatedBy()

        The Amazon DataZone user who updated the subscription target.

        Returns:
        The Amazon DataZone user who updated the subscription target.
      • withUpdatedBy

        public CreateSubscriptionTargetResult withUpdatedBy(String updatedBy)

        The Amazon DataZone user who updated the subscription target.

        Parameters:
        updatedBy - The Amazon DataZone user who updated the subscription target.
        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 によって変換されたページ (->オリジナル) /