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