Interface Route53RecoveryClusterAuthSchemeParams
-
- All Superinterfaces:
ToCopyableBuilder<Route53RecoveryClusterAuthSchemeParams.Builder,Route53RecoveryClusterAuthSchemeParams>
- All Known Implementing Classes:
DefaultRoute53RecoveryClusterAuthSchemeParams
@Generated("software.amazon.awssdk:codegen") public interface Route53RecoveryClusterAuthSchemeParams extends ToCopyableBuilder<Route53RecoveryClusterAuthSchemeParams.Builder,Route53RecoveryClusterAuthSchemeParams>
The parameters object used to resolve the auth schemes for the Route53RecoveryCluster service.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRoute53RecoveryClusterAuthSchemeParams.BuilderA builder for aRoute53RecoveryClusterAuthSchemeParams.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Route53RecoveryClusterAuthSchemeParams.Builderbuilder()Get a new builder for creating aRoute53RecoveryClusterAuthSchemeParams.Stringoperation()Returns the operation for which to resolve the auth scheme.Regionregion()Returns the region.Route53RecoveryClusterAuthSchemeParams.BuildertoBuilder()Returns aRoute53RecoveryClusterAuthSchemeParams.Builderto customize the parameters.-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
builder
static Route53RecoveryClusterAuthSchemeParams.Builder builder()
Get a new builder for creating aRoute53RecoveryClusterAuthSchemeParams.
-
operation
String operation()
Returns the operation for which to resolve the auth scheme.
-
region
Region region()
Returns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
-
toBuilder
Route53RecoveryClusterAuthSchemeParams.Builder toBuilder()
Returns aRoute53RecoveryClusterAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceToCopyableBuilder<Route53RecoveryClusterAuthSchemeParams.Builder,Route53RecoveryClusterAuthSchemeParams>
-
-