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