Class DefaultRoute53RecoveryControlConfigAuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.route53recoverycontrolconfig.auth.scheme.internal.DefaultRoute53RecoveryControlConfigAuthSchemeParams
- All Implemented Interfaces:
- Route53RecoveryControlConfigAuthSchemeParams,- ToCopyableBuilder<Route53RecoveryControlConfigAuthSchemeParams.Builder,- Route53RecoveryControlConfigAuthSchemeParams> 
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class DefaultRoute53RecoveryControlConfigAuthSchemeParams
extends Object
implements Route53RecoveryControlConfigAuthSchemeParams
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aRoute53RecoveryControlConfigAuthSchemeParams.Builderto customize the parameters.Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
builder
- 
operationDescription copied from interface:Route53RecoveryControlConfigAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
- operationin interface- Route53RecoveryControlConfigAuthSchemeParams
 
- 
regionDescription copied from interface:Route53RecoveryControlConfigAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
- regionin interface- Route53RecoveryControlConfigAuthSchemeParams
 
- 
toBuilderDescription copied from interface:Route53RecoveryControlConfigAuthSchemeParamsReturns aRoute53RecoveryControlConfigAuthSchemeParams.Builderto customize the parameters.- Specified by:
- toBuilderin interface- Route53RecoveryControlConfigAuthSchemeParams
- Specified by:
- toBuilderin interface- ToCopyableBuilder<Route53RecoveryControlConfigAuthSchemeParams.Builder,- Route53RecoveryControlConfigAuthSchemeParams> 
- Returns:
- a builder for type T
 
 
-