public static class AttachmentClient.Builder extends RegionalClientBuilder<AttachmentClient.Builder,AttachmentClient>
Builder class for this client. The “authenticationDetailsProvider” is required and must be
passed to the build(AbstractAuthenticationDetailsProvider)
method.
region
additionalClientConfigurators, clientConfigurator, configuration, endpoint, requestSignerFactory
Modifier and Type | Method and Description |
---|---|
AttachmentClient |
build(AbstractAuthenticationDetailsProvider authenticationDetailsProvider)
Build the client.
|
AttachmentClient.Builder |
executorService(ExecutorService executorService)
Set the ExecutorService for the client to be created.
|
AttachmentClient.Builder |
isStreamWarningEnabled(boolean isStreamWarningEnabled)
Enable/disable the stream warnings for the client
|
region, region
additionalClientConfigurator, additionalClientConfigurators, clientConfigurator, configuration, copyFrom, endpoint, httpProvider, requestSignerFactory, signingStrategyRequestSignerFactories
public AttachmentClient.Builder executorService(ExecutorService executorService)
Set the ExecutorService for the client to be created.
executorService
- executorServicepublic AttachmentClient.Builder isStreamWarningEnabled(boolean isStreamWarningEnabled)
Enable/disable the stream warnings for the client
isStreamWarningEnabled
- executorServicepublic AttachmentClient build(@Nonnull AbstractAuthenticationDetailsProvider authenticationDetailsProvider)
Build the client.
build
in class ClientBuilderBase<AttachmentClient.Builder,AttachmentClient>
authenticationDetailsProvider
- authentication details providerCopyright © 2016–2024. All rights reserved.