Interface CreateSubscriptionTargetRequest.Builder

    • Method Detail

      • applicableAssetTypes

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

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

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

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

        CreateSubscriptionTargetRequest.Builder clientToken​(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.
      • domainIdentifier

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

        CreateSubscriptionTargetRequest.Builder environmentIdentifier​(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.
      • manageAccessRole

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

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

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

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

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

        CreateSubscriptionTargetRequest.Builder type​(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.