Interface DetectiveClientBuilder
-
- All Superinterfaces:
AwsClientBuilder<DetectiveClientBuilder,DetectiveClient>,AwsSyncClientBuilder<DetectiveClientBuilder,DetectiveClient>,Buildable,DetectiveBaseClientBuilder<DetectiveClientBuilder,DetectiveClient>,SdkBuilder<DetectiveClientBuilder,DetectiveClient>,SdkClientBuilder<DetectiveClientBuilder,DetectiveClient>,SdkSyncClientBuilder<DetectiveClientBuilder,DetectiveClient>
@Generated("software.amazon.awssdk:codegen") public interface DetectiveClientBuilder extends AwsSyncClientBuilder<DetectiveClientBuilder,DetectiveClient>, DetectiveBaseClientBuilder<DetectiveClientBuilder,DetectiveClient>
A builder for creating an instance ofDetectiveClient. This can be created with the staticDetectiveClient.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.detective.DetectiveBaseClientBuilder
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
-
-