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