Interface DynamoDbAuthSchemeParams.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DynamoDbAuthSchemeParams.Builder,DynamoDbAuthSchemeParams>,SdkBuilder<DynamoDbAuthSchemeParams.Builder,DynamoDbAuthSchemeParams>
- Enclosing interface:
- DynamoDbAuthSchemeParams
public static interface DynamoDbAuthSchemeParams.Builder extends CopyableBuilder<DynamoDbAuthSchemeParams.Builder,DynamoDbAuthSchemeParams>
A builder for aDynamoDbAuthSchemeParams.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DynamoDbAuthSchemeParamsbuild()Returns aDynamoDbAuthSchemeParamsobject that is created from the properties that have been set on the builder.DynamoDbAuthSchemeParams.Builderoperation(String operation)Set the operation for which to resolve the auth scheme.DynamoDbAuthSchemeParams.Builderregion(Region region)Set the region.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
-
-
-
Method Detail
-
operation
DynamoDbAuthSchemeParams.Builder operation(String operation)
Set the operation for which to resolve the auth scheme.
-
region
DynamoDbAuthSchemeParams.Builder region(Region region)
Set the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
-
build
DynamoDbAuthSchemeParams build()
Returns aDynamoDbAuthSchemeParamsobject that is created from the properties that have been set on the builder.- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<DynamoDbAuthSchemeParams.Builder,DynamoDbAuthSchemeParams>
-
-