Interface CreateSubscriptionTargetResponse.Builder

    • Method Detail

      • applicableAssetTypes

        CreateSubscriptionTargetResponse.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

        CreateSubscriptionTargetResponse.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

        CreateSubscriptionTargetResponse.Builder authorizedPrincipals​(Collection<String> authorizedPrincipals)

        The authorised principals of the subscription target.

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

        CreateSubscriptionTargetResponse.Builder authorizedPrincipals​(String... authorizedPrincipals)

        The authorised principals of the subscription target.

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

        CreateSubscriptionTargetResponse.Builder createdAt​(Instant createdAt)

        The timestamp of when the subscription target was created.

        Parameters:
        createdAt - The timestamp of when the subscription target was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdBy

        CreateSubscriptionTargetResponse.Builder createdBy​(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.
      • domainId

        CreateSubscriptionTargetResponse.Builder domainId​(String domainId)

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

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

        CreateSubscriptionTargetResponse.Builder environmentId​(String environmentId)

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

        Parameters:
        environmentId - The ID of the environment in which the subscription target was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        CreateSubscriptionTargetResponse.Builder id​(String id)

        The ID of the subscription target.

        Parameters:
        id - The ID of the subscription target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • manageAccessRole

        CreateSubscriptionTargetResponse.Builder manageAccessRole​(String manageAccessRole)

        The manage access role with which the subscription target was created.

        Parameters:
        manageAccessRole - The manage access role with which the subscription target was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        CreateSubscriptionTargetResponse.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

        CreateSubscriptionTargetResponse.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

        CreateSubscriptionTargetResponse.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

        CreateSubscriptionTargetResponse.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

        CreateSubscriptionTargetResponse.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.
      • updatedAt

        CreateSubscriptionTargetResponse.Builder updatedAt​(Instant 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.
      • updatedBy

        CreateSubscriptionTargetResponse.Builder updatedBy​(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.