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