Interface DeleteDataSourceRequest.Builder

  • Method Details

    • clientToken

      Deprecated.
      This field is no longer required for idempotency.

      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.
    • overrideConfiguration

      DeleteDataSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.