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 CreateSubscriptionTargetRequest

    • Constructor Detail

      • CreateSubscriptionTargetRequest

        public CreateSubscriptionTargetRequest()
    • 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 CreateSubscriptionTargetRequest 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 authorized principals of the subscription target.

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

        public void setAuthorizedPrincipals(Collection<String> authorizedPrincipals)

        The authorized principals of the subscription target.

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

        public CreateSubscriptionTargetRequest withAuthorizedPrincipals(Collection<String> authorizedPrincipals)

        The authorized principals of the subscription target.

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

        public void setClientToken(String clientToken)

        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

        Parameters:
        clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
      • getClientToken

        public String getClientToken()

        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

        Returns:
        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
      • withClientToken

        public CreateSubscriptionTargetRequest withClientToken(String clientToken)

        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

        Parameters:
        clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDomainIdentifier

        public void setDomainIdentifier(String domainIdentifier)

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

        Parameters:
        domainIdentifier - The ID of the Amazon DataZone domain in which subscription target is created.
      • getDomainIdentifier

        public String getDomainIdentifier()

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

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

        public CreateSubscriptionTargetRequest withDomainIdentifier(String domainIdentifier)

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

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

        public void setEnvironmentIdentifier(String environmentIdentifier)

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

        Parameters:
        environmentIdentifier - The ID of the environment in which subscription target is created.
      • getEnvironmentIdentifier

        public String getEnvironmentIdentifier()

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

        Returns:
        The ID of the environment in which subscription target is created.
      • withEnvironmentIdentifier

        public CreateSubscriptionTargetRequest withEnvironmentIdentifier(String environmentIdentifier)

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

        Parameters:
        environmentIdentifier - The ID of the environment in which subscription target is created.
        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 that is used to create the subscription target.

        Parameters:
        manageAccessRole - The manage access role that is used to create the subscription target.
      • getManageAccessRole

        public String getManageAccessRole()

        The manage access role that is used to create the subscription target.

        Returns:
        The manage access role that is used to create the subscription target.
      • withManageAccessRole

        public CreateSubscriptionTargetRequest withManageAccessRole(String manageAccessRole)

        The manage access role that is used to create the subscription target.

        Parameters:
        manageAccessRole - The manage access role that is used to create the subscription target.
        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 CreateSubscriptionTargetRequest 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.
      • 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 CreateSubscriptionTargetRequest 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 CreateSubscriptionTargetRequest 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 CreateSubscriptionTargetRequest 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.
      • 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 によって変換されたページ (->オリジナル) /