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