Interface BatchDeleteConnectionResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<BatchDeleteConnectionResponse.Builder,BatchDeleteConnectionResponse>, GlueResponse.Builder, SdkBuilder<BatchDeleteConnectionResponse.Builder,BatchDeleteConnectionResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
BatchDeleteConnectionResponse

public static interface BatchDeleteConnectionResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<BatchDeleteConnectionResponse.Builder,BatchDeleteConnectionResponse>
  • Method Details

    • succeeded

      A list of names of the connection definitions that were successfully deleted.

      Parameters:
      succeeded - A list of names of the connection definitions that were successfully deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • succeeded

      A list of names of the connection definitions that were successfully deleted.

      Parameters:
      succeeded - A list of names of the connection definitions that were successfully deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errors

      A map of the names of connections that were not successfully deleted to error details.

      Parameters:
      errors - A map of the names of connections that were not successfully deleted to error details.
      Returns:
      Returns a reference to this object so that method calls can be chained together.