Interface BatchDeleteConnectionResponse.Builder

    • Method Detail

      • succeeded

        BatchDeleteConnectionResponse.Builder succeeded​(Collection<String> 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

        BatchDeleteConnectionResponse.Builder succeeded​(String... 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

        BatchDeleteConnectionResponse.Builder errors​(Map<String,​ErrorDetail> 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.