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