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 UpdateSubscriptionTargetResult

    • Constructor Detail

      • UpdateSubscriptionTargetResult

        public UpdateSubscriptionTargetResult()
    • Method Detail

      • getApplicableAssetTypes

        public List<String> getApplicableAssetTypes()

        The applicable asset types to be updated as part of the UpdateSubscriptionTarget action.

        Returns:
        The applicable asset types to be updated as part of the UpdateSubscriptionTarget action.
      • setApplicableAssetTypes

        public void setApplicableAssetTypes(Collection<String> applicableAssetTypes)

        The applicable asset types to be updated as part of the UpdateSubscriptionTarget action.

        Parameters:
        applicableAssetTypes - The applicable asset types to be updated as part of the UpdateSubscriptionTarget action.
      • withApplicableAssetTypes

        public UpdateSubscriptionTargetResult withApplicableAssetTypes(String... applicableAssetTypes)

        The applicable asset types to be updated as part of the UpdateSubscriptionTarget action.

        NOTE: This method appends the values to the existing list (if any). Use setApplicableAssetTypes(java.util.Collection) or withApplicableAssetTypes(java.util.Collection) if you want to override the existing values.

        Parameters:
        applicableAssetTypes - The applicable asset types to be updated as part of the UpdateSubscriptionTarget action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withApplicableAssetTypes

        public UpdateSubscriptionTargetResult withApplicableAssetTypes(Collection<String> applicableAssetTypes)

        The applicable asset types to be updated as part of the UpdateSubscriptionTarget action.

        Parameters:
        applicableAssetTypes - The applicable asset types to be updated as part of the UpdateSubscriptionTarget action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getAuthorizedPrincipals

        public List<String> getAuthorizedPrincipals()

        The authorized principals to be updated as part of the UpdateSubscriptionTarget action.

        Returns:
        The authorized principals to be updated as part of the UpdateSubscriptionTarget action.
      • setAuthorizedPrincipals

        public void setAuthorizedPrincipals(Collection<String> authorizedPrincipals)

        The authorized principals to be updated as part of the UpdateSubscriptionTarget action.

        Parameters:
        authorizedPrincipals - The authorized principals to be updated as part of the UpdateSubscriptionTarget action.
      • withAuthorizedPrincipals

        public UpdateSubscriptionTargetResult withAuthorizedPrincipals(String... authorizedPrincipals)

        The authorized principals to be updated as part of the UpdateSubscriptionTarget action.

        NOTE: This method appends the values to the existing list (if any). Use setAuthorizedPrincipals(java.util.Collection) or withAuthorizedPrincipals(java.util.Collection) if you want to override the existing values.

        Parameters:
        authorizedPrincipals - The authorized principals to be updated as part of the UpdateSubscriptionTarget action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withAuthorizedPrincipals

        public UpdateSubscriptionTargetResult withAuthorizedPrincipals(Collection<String> authorizedPrincipals)

        The authorized principals to be updated as part of the UpdateSubscriptionTarget action.

        Parameters:
        authorizedPrincipals - The authorized principals to be updated as part of the UpdateSubscriptionTarget action.
        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 a subscription target was created.

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

        public Date getCreatedAt()

        The timestamp of when a subscription target was created.

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

        public UpdateSubscriptionTargetResult withCreatedAt(Date createdAt)

        The timestamp of when a subscription target was created.

        Parameters:
        createdAt - The timestamp of when a 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 UpdateSubscriptionTargetResult 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 identifier of the Amazon DataZone domain in which a subscription target is to be updated.

        Parameters:
        domainId - The identifier of the Amazon DataZone domain in which a subscription target is to be updated.
      • getDomainId

        public String getDomainId()

        The identifier of the Amazon DataZone domain in which a subscription target is to be updated.

        Returns:
        The identifier of the Amazon DataZone domain in which a subscription target is to be updated.
      • withDomainId

        public UpdateSubscriptionTargetResult withDomainId(String domainId)

        The identifier of the Amazon DataZone domain in which a subscription target is to be updated.

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

        public void setEnvironmentId(String environmentId)

        The identifier of the environment in which a subscription target is to be updated.

        Parameters:
        environmentId - The identifier of the environment in which a subscription target is to be updated.
      • getEnvironmentId

        public String getEnvironmentId()

        The identifier of the environment in which a subscription target is to be updated.

        Returns:
        The identifier of the environment in which a subscription target is to be updated.
      • withEnvironmentId

        public UpdateSubscriptionTargetResult withEnvironmentId(String environmentId)

        The identifier of the environment in which a subscription target is to be updated.

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

        public void setId(String id)

        Identifier of the subscription target that is to be updated.

        Parameters:
        id - Identifier of the subscription target that is to be updated.
      • getId

        public String getId()

        Identifier of the subscription target that is to be updated.

        Returns:
        Identifier of the subscription target that is to be updated.
      • withId

        public UpdateSubscriptionTargetResult withId(String id)

        Identifier of the subscription target that is to be updated.

        Parameters:
        id - Identifier of the subscription target that is to be updated.
        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 to be updated as part of the UpdateSubscriptionTarget action.

        Parameters:
        manageAccessRole - The manage access role to be updated as part of the UpdateSubscriptionTarget action.
      • getManageAccessRole

        public String getManageAccessRole()

        The manage access role to be updated as part of the UpdateSubscriptionTarget action.

        Returns:
        The manage access role to be updated as part of the UpdateSubscriptionTarget action.
      • withManageAccessRole

        public UpdateSubscriptionTargetResult withManageAccessRole(String manageAccessRole)

        The manage access role to be updated as part of the UpdateSubscriptionTarget action.

        Parameters:
        manageAccessRole - The manage access role to be updated as part of the UpdateSubscriptionTarget action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name to be updated as part of the UpdateSubscriptionTarget action.

        Parameters:
        name - The name to be updated as part of the UpdateSubscriptionTarget action.
      • getName

        public String getName()

        The name to be updated as part of the UpdateSubscriptionTarget action.

        Returns:
        The name to be updated as part of the UpdateSubscriptionTarget action.
      • withName

        public UpdateSubscriptionTargetResult withName(String name)

        The name to be updated as part of the UpdateSubscriptionTarget action.

        Parameters:
        name - The name to be updated as part of the UpdateSubscriptionTarget action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProjectId

        public void setProjectId(String projectId)

        The identifier of the project in which a subscription target is to be updated.

        Parameters:
        projectId - The identifier of the project in which a subscription target is to be updated.
      • getProjectId

        public String getProjectId()

        The identifier of the project in which a subscription target is to be updated.

        Returns:
        The identifier of the project in which a subscription target is to be updated.
      • withProjectId

        public UpdateSubscriptionTargetResult withProjectId(String projectId)

        The identifier of the project in which a subscription target is to be updated.

        Parameters:
        projectId - The identifier of the project in which a subscription target is to be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProvider

        public void setProvider(String provider)

        The provider to be updated as part of the UpdateSubscriptionTarget action.

        Parameters:
        provider - The provider to be updated as part of the UpdateSubscriptionTarget action.
      • getProvider

        public String getProvider()

        The provider to be updated as part of the UpdateSubscriptionTarget action.

        Returns:
        The provider to be updated as part of the UpdateSubscriptionTarget action.
      • withProvider

        public UpdateSubscriptionTargetResult withProvider(String provider)

        The provider to be updated as part of the UpdateSubscriptionTarget action.

        Parameters:
        provider - The provider to be updated as part of the UpdateSubscriptionTarget action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSubscriptionTargetConfig

        public List<SubscriptionTargetForm> getSubscriptionTargetConfig()

        The configuration to be updated as part of the UpdateSubscriptionTarget action.

        Returns:
        The configuration to be updated as part of the UpdateSubscriptionTarget action.
      • setSubscriptionTargetConfig

        public void setSubscriptionTargetConfig(Collection<SubscriptionTargetForm> subscriptionTargetConfig)

        The configuration to be updated as part of the UpdateSubscriptionTarget action.

        Parameters:
        subscriptionTargetConfig - The configuration to be updated as part of the UpdateSubscriptionTarget action.
      • withSubscriptionTargetConfig

        public UpdateSubscriptionTargetResult withSubscriptionTargetConfig(Collection<SubscriptionTargetForm> subscriptionTargetConfig)

        The configuration to be updated as part of the UpdateSubscriptionTarget action.

        Parameters:
        subscriptionTargetConfig - The configuration to be updated as part of the UpdateSubscriptionTarget action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setType

        public void setType(String type)

        The type to be updated as part of the UpdateSubscriptionTarget action.

        Parameters:
        type - The type to be updated as part of the UpdateSubscriptionTarget action.
      • getType

        public String getType()

        The type to be updated as part of the UpdateSubscriptionTarget action.

        Returns:
        The type to be updated as part of the UpdateSubscriptionTarget action.
      • withType

        public UpdateSubscriptionTargetResult withType(String type)

        The type to be updated as part of the UpdateSubscriptionTarget action.

        Parameters:
        type - The type to be updated as part of the UpdateSubscriptionTarget action.
        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 UpdateSubscriptionTargetResult 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 UpdateSubscriptionTargetResult 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 によって変換されたページ (->オリジナル) /