Interface DeleteDataSourceRequest.Builder

    • Method Detail

      • clientToken

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

        DeleteDataSourceRequest.Builder domainIdentifier​(String domainIdentifier)

        The ID of the Amazon DataZone domain in which the data source is deleted.

        Parameters:
        domainIdentifier - The ID of the Amazon DataZone domain in which the data source is deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • identifier

        DeleteDataSourceRequest.Builder identifier​(String identifier)

        The identifier of the data source that is deleted.

        Parameters:
        identifier - The identifier of the data source that is deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • retainPermissionsOnRevokeFailure

        DeleteDataSourceRequest.Builder retainPermissionsOnRevokeFailure​(Boolean retainPermissionsOnRevokeFailure)

        Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.

        Parameters:
        retainPermissionsOnRevokeFailure - Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.