Interface AwsSyncClientBuilder<B extends AwsSyncClientBuilder<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:
    SdkSyncClientBuilder<B,​C>

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

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