Interface PinpointClientBuilder
-
- All Superinterfaces:
AwsClientBuilder<PinpointClientBuilder,PinpointClient>,AwsSyncClientBuilder<PinpointClientBuilder,PinpointClient>,Buildable,PinpointBaseClientBuilder<PinpointClientBuilder,PinpointClient>,SdkBuilder<PinpointClientBuilder,PinpointClient>,SdkClientBuilder<PinpointClientBuilder,PinpointClient>,SdkSyncClientBuilder<PinpointClientBuilder,PinpointClient>
@Generated("software.amazon.awssdk:codegen") public interface PinpointClientBuilder extends AwsSyncClientBuilder<PinpointClientBuilder,PinpointClient>, PinpointBaseClientBuilder<PinpointClientBuilder,PinpointClient>
A builder for creating an instance ofPinpointClient. This can be created with the staticPinpointClient.builder()method.
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.client.builder.AwsClientBuilder
credentialsProvider, credentialsProvider, defaultsMode, dualstackEnabled, fipsEnabled, region
-
Methods inherited from interface software.amazon.awssdk.services.pinpoint.PinpointBaseClientBuilder
authSchemeProvider, endpointProvider
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.client.builder.SdkClientBuilder
addPlugin, endpointOverride, overrideConfiguration, overrideConfiguration, overrideConfiguration, plugins, putAuthScheme
-
Methods inherited from interface software.amazon.awssdk.core.client.builder.SdkSyncClientBuilder
httpClient, httpClientBuilder
-
-