Interface NotificationsClientBuilder
-
- All Superinterfaces:
AwsClientBuilder<NotificationsClientBuilder,NotificationsClient>,AwsSyncClientBuilder<NotificationsClientBuilder,NotificationsClient>,Buildable,NotificationsBaseClientBuilder<NotificationsClientBuilder,NotificationsClient>,SdkBuilder<NotificationsClientBuilder,NotificationsClient>,SdkClientBuilder<NotificationsClientBuilder,NotificationsClient>,SdkSyncClientBuilder<NotificationsClientBuilder,NotificationsClient>
@Generated("software.amazon.awssdk:codegen") public interface NotificationsClientBuilder extends AwsSyncClientBuilder<NotificationsClientBuilder,NotificationsClient>, NotificationsBaseClientBuilder<NotificationsClientBuilder,NotificationsClient>
A builder for creating an instance ofNotificationsClient. This can be created with the staticNotificationsClient.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.notifications.NotificationsBaseClientBuilder
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
-
-