Interface UpdateSubscriptionTargetRequest.Builder

    • Method Detail

      • applicableAssetTypes

        UpdateSubscriptionTargetRequest.Builder applicableAssetTypes​(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.
      • applicableAssetTypes

        UpdateSubscriptionTargetRequest.Builder applicableAssetTypes​(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.
      • authorizedPrincipals

        UpdateSubscriptionTargetRequest.Builder authorizedPrincipals​(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.
      • authorizedPrincipals

        UpdateSubscriptionTargetRequest.Builder authorizedPrincipals​(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.
      • domainIdentifier

        UpdateSubscriptionTargetRequest.Builder domainIdentifier​(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.
      • environmentIdentifier

        UpdateSubscriptionTargetRequest.Builder environmentIdentifier​(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.
      • identifier

        UpdateSubscriptionTargetRequest.Builder identifier​(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.
      • manageAccessRole

        UpdateSubscriptionTargetRequest.Builder manageAccessRole​(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.
      • name

        UpdateSubscriptionTargetRequest.Builder name​(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.
      • provider

        UpdateSubscriptionTargetRequest.Builder provider​(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.
      • subscriptionTargetConfig

        UpdateSubscriptionTargetRequest.Builder subscriptionTargetConfig​(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.
      • subscriptionTargetConfig

        UpdateSubscriptionTargetRequest.Builder subscriptionTargetConfig​(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.