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