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