Interface DocDbElasticAuthSchemeParams.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DocDbElasticAuthSchemeParams.Builder,DocDbElasticAuthSchemeParams>,SdkBuilder<DocDbElasticAuthSchemeParams.Builder,DocDbElasticAuthSchemeParams>
- Enclosing interface:
- DocDbElasticAuthSchemeParams
public static interface DocDbElasticAuthSchemeParams.Builder extends CopyableBuilder<DocDbElasticAuthSchemeParams.Builder,DocDbElasticAuthSchemeParams>
A builder for aDocDbElasticAuthSchemeParams.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocDbElasticAuthSchemeParamsbuild()Returns aDocDbElasticAuthSchemeParamsobject that is created from the properties that have been set on the builder.DocDbElasticAuthSchemeParams.Builderoperation(String operation)Set the operation for which to resolve the auth scheme.DocDbElasticAuthSchemeParams.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
DocDbElasticAuthSchemeParams.Builder operation(String operation)
Set the operation for which to resolve the auth scheme.
-
region
DocDbElasticAuthSchemeParams.Builder region(Region region)
Set the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
-
build
DocDbElasticAuthSchemeParams build()
Returns aDocDbElasticAuthSchemeParamsobject that is created from the properties that have been set on the builder.- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<DocDbElasticAuthSchemeParams.Builder,DocDbElasticAuthSchemeParams>
-
-