Interface AwsAsyncClientBuilder<B extends AwsAsyncClientBuilder<B,​C>,​C>

  • Type Parameters:
    B - The type of builder that should be returned by the fluent builder methods in this interface.
    C - The type of client generated by this builder.
    All Superinterfaces:
    SdkAsyncClientBuilder<B,​C>

    public interface AwsAsyncClientBuilder<B extends AwsAsyncClientBuilder<B,​C>,​C>
    extends SdkAsyncClientBuilder<B,​C>
    This includes required and optional override configuration required by every AWS async client builder. An instance can be acquired by calling the static "builder" method on the type of async client you wish to create.

    Implementations of this interface are mutable and not thread-safe.