Interface UpdateSubscriptionTargetResponse.Builder

    • Method Detail

      • applicableAssetTypes

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

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

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

        UpdateSubscriptionTargetResponse.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.
      • createdAt

        UpdateSubscriptionTargetResponse.Builder createdAt​(Instant createdAt)

        The timestamp of when a subscription target was created.

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

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

        UpdateSubscriptionTargetResponse.Builder domainId​(String domainId)

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

        Parameters:
        domainId - 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.
      • environmentId

        UpdateSubscriptionTargetResponse.Builder environmentId​(String environmentId)

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

        Parameters:
        environmentId - 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.
      • id

        UpdateSubscriptionTargetResponse.Builder id​(String id)

        Identifier of the subscription target that is to be updated.

        Parameters:
        id - 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

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

        UpdateSubscriptionTargetResponse.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.
      • projectId

        UpdateSubscriptionTargetResponse.Builder projectId​(String projectId)

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

        Parameters:
        projectId - The identifier of the project in which a subscription target is to be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • provider

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

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

        UpdateSubscriptionTargetResponse.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.
      • type

        UpdateSubscriptionTargetResponse.Builder type​(String type)

        The type to be updated as part of the UpdateSubscriptionTarget action.

        Parameters:
        type - The type to be updated as part of the UpdateSubscriptionTarget action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

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

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