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 UpdateSubscriptionTargetRequest

    • Constructor Detail

      • UpdateSubscriptionTargetRequest

        public UpdateSubscriptionTargetRequest()
    • 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 UpdateSubscriptionTargetRequest 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 UpdateSubscriptionTargetRequest 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.
      • setDomainIdentifier

        public void setDomainIdentifier(String domainIdentifier)

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

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

        public String getDomainIdentifier()

        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.
      • withDomainIdentifier

        public UpdateSubscriptionTargetRequest withDomainIdentifier(String domainIdentifier)

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

        Parameters:
        domainIdentifier - 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.
      • setEnvironmentIdentifier

        public void setEnvironmentIdentifier(String environmentIdentifier)

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

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

        public String getEnvironmentIdentifier()

        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.
      • withEnvironmentIdentifier

        public UpdateSubscriptionTargetRequest withEnvironmentIdentifier(String environmentIdentifier)

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

        Parameters:
        environmentIdentifier - 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.
      • setIdentifier

        public void setIdentifier(String identifier)

        Identifier of the subscription target that is to be updated.

        Parameters:
        identifier - Identifier of the subscription target that is to be updated.
      • getIdentifier

        public String getIdentifier()

        Identifier of the subscription target that is to be updated.

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

        public UpdateSubscriptionTargetRequest withIdentifier(String identifier)

        Identifier of the subscription target that is to be updated.

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