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