Class DefaultArcZonalShiftAuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.arczonalshift.auth.scheme.internal.DefaultArcZonalShiftAuthSchemeParams
- All Implemented Interfaces:
- ArcZonalShiftAuthSchemeParams,- ToCopyableBuilder<ArcZonalShiftAuthSchemeParams.Builder,- ArcZonalShiftAuthSchemeParams> 
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class DefaultArcZonalShiftAuthSchemeParams
extends Object
implements ArcZonalShiftAuthSchemeParams
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aArcZonalShiftAuthSchemeParams.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:ArcZonalShiftAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
- operationin interface- ArcZonalShiftAuthSchemeParams
 
- 
regionDescription copied from interface:ArcZonalShiftAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
- regionin interface- ArcZonalShiftAuthSchemeParams
 
- 
toBuilderDescription copied from interface:ArcZonalShiftAuthSchemeParamsReturns aArcZonalShiftAuthSchemeParams.Builderto customize the parameters.- Specified by:
- toBuilderin interface- ArcZonalShiftAuthSchemeParams
- Specified by:
- toBuilderin interface- ToCopyableBuilder<ArcZonalShiftAuthSchemeParams.Builder,- ArcZonalShiftAuthSchemeParams> 
- Returns:
- a builder for type T
 
 
-