Class NeptuneGraphServiceClientConfiguration
- java.lang.Object
-
- software.amazon.awssdk.core.SdkServiceClientConfiguration
-
- software.amazon.awssdk.awscore.AwsServiceClientConfiguration
-
- software.amazon.awssdk.services.neptunegraph.NeptuneGraphServiceClientConfiguration
-
@Generated("software.amazon.awssdk:codegen") public final class NeptuneGraphServiceClientConfiguration extends AwsServiceClientConfiguration
Class to expose the service client settings to the user. Implementation ofAwsServiceClientConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNeptuneGraphServiceClientConfiguration.BuilderA builder for creating aNeptuneGraphServiceClientConfiguration-
Nested classes/interfaces inherited from class software.amazon.awssdk.awscore.AwsServiceClientConfiguration
AwsServiceClientConfiguration.BuilderImpl
-
-
Constructor Summary
Constructors Constructor Description NeptuneGraphServiceClientConfiguration(NeptuneGraphServiceClientConfiguration.Builder builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description NeptuneGraphAuthSchemeProviderauthSchemeProvider()Gets the value for auth scheme providerstatic NeptuneGraphServiceClientConfiguration.Builderbuilder()-
Methods inherited from class software.amazon.awssdk.awscore.AwsServiceClientConfiguration
credentialsProvider, equals, hashCode, region
-
Methods inherited from class software.amazon.awssdk.core.SdkServiceClientConfiguration
authSchemes, endpointOverride, endpointProvider, overrideConfiguration
-
-
-
-
Constructor Detail
-
NeptuneGraphServiceClientConfiguration
public NeptuneGraphServiceClientConfiguration(NeptuneGraphServiceClientConfiguration.Builder builder)
-
-
Method Detail
-
builder
public static NeptuneGraphServiceClientConfiguration.Builder builder()
-
authSchemeProvider
public NeptuneGraphAuthSchemeProvider authSchemeProvider()
Gets the value for auth scheme provider
-
-