@Generated(value="software.amazon.awssdk:codegen") public interface DynamoDbBaseClientBuilder<B extends DynamoDbBaseClientBuilder<B,C>,C> extends AwsClientBuilder<B,C>
DynamoDbClientBuilder and
DynamoDbAsyncClientBuilder.| Modifier and Type | Method and Description |
|---|---|
default B |
authSchemeProvider(DynamoDbAuthSchemeProvider authSchemeProvider)
Set the
DynamoDbAuthSchemeProvider implementation that will be used by the client to resolve the auth
scheme for each request. |
B |
enableEndpointDiscovery()
Deprecated.
Use
endpointDiscoveryEnabled(boolean) instead. |
B |
endpointDiscoveryEnabled(boolean endpointDiscovery) |
default B |
endpointProvider(DynamoDbEndpointProvider endpointProvider)
Set the
DynamoDbEndpointProvider implementation that will be used by the client to determine the endpoint
for each request. |
credentialsProvider, credentialsProvider, defaultsMode, dualstackEnabled, fipsEnabled, regionaddPlugin, endpointOverride, overrideConfiguration, overrideConfiguration, overrideConfiguration, plugins, putAuthSchemeapplyMutation, build@Deprecated B enableEndpointDiscovery()
endpointDiscoveryEnabled(boolean) instead.B endpointDiscoveryEnabled(boolean endpointDiscovery)
default B endpointProvider(DynamoDbEndpointProvider endpointProvider)
DynamoDbEndpointProvider implementation that will be used by the client to determine the endpoint
for each request. This is optional; if none is provided a default implementation will be used the SDK.default B authSchemeProvider(DynamoDbAuthSchemeProvider authSchemeProvider)
DynamoDbAuthSchemeProvider implementation that will be used by the client to resolve the auth
scheme for each request. This is optional; if none is provided a default implementation will be used the SDK.Copyright © 2023. All rights reserved.