Interface DeleteSubscriptionGrantResponse.Builder

    • Method Detail

      • assets

        DeleteSubscriptionGrantResponse.Builder assets​(Collection<SubscribedAsset> assets)

        The assets for which the subsctiption grant that is deleted gave access.

        Parameters:
        assets - The assets for which the subsctiption grant that is deleted gave access.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assets

        DeleteSubscriptionGrantResponse.Builder assets​(SubscribedAsset... assets)

        The assets for which the subsctiption grant that is deleted gave access.

        Parameters:
        assets - The assets for which the subsctiption grant that is deleted gave access.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        DeleteSubscriptionGrantResponse.Builder createdAt​(Instant createdAt)

        The timestamp of when the subscription grant that is deleted was created.

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

        DeleteSubscriptionGrantResponse.Builder createdBy​(String createdBy)

        The Amazon DataZone user who created the subscription grant that is deleted.

        Parameters:
        createdBy - The Amazon DataZone user who created the subscription grant that is deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainId

        DeleteSubscriptionGrantResponse.Builder domainId​(String domainId)

        The ID of the Amazon DataZone domain in which the subscription grant is deleted.

        Parameters:
        domainId - The ID of the Amazon DataZone domain in which the subscription grant is deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • grantedEntity

        DeleteSubscriptionGrantResponse.Builder grantedEntity​(GrantedEntity grantedEntity)

        The entity to which the subscription is deleted.

        Parameters:
        grantedEntity - The entity to which the subscription is deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        DeleteSubscriptionGrantResponse.Builder id​(String id)

        The ID of the subscription grant that is deleted.

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

        DeleteSubscriptionGrantResponse.Builder subscriptionId​(String subscriptionId)

        The identifier of the subsctiption whose subscription grant is to be deleted.

        Parameters:
        subscriptionId - The identifier of the subsctiption whose subscription grant is to be deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subscriptionTargetId

        DeleteSubscriptionGrantResponse.Builder subscriptionTargetId​(String subscriptionTargetId)

        The ID of the subscription target associated with the subscription grant that is deleted.

        Parameters:
        subscriptionTargetId - The ID of the subscription target associated with the subscription grant that is deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        DeleteSubscriptionGrantResponse.Builder updatedAt​(Instant updatedAt)

        The timestamp of when the subscription grant that is deleted was updated.

        Parameters:
        updatedAt - The timestamp of when the subscription grant that is deleted was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedBy

        DeleteSubscriptionGrantResponse.Builder updatedBy​(String updatedBy)

        The Amazon DataZone user who updated the subscription grant that is deleted.

        Parameters:
        updatedBy - The Amazon DataZone user who updated the subscription grant that is deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.