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