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