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