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