Interface BillingAuthSchemeParams
- All Superinterfaces:
- ToCopyableBuilder<BillingAuthSchemeParams.Builder,- BillingAuthSchemeParams> 
- All Known Implementing Classes:
- DefaultBillingAuthSchemeParams
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public interface BillingAuthSchemeParams
extends ToCopyableBuilder<BillingAuthSchemeParams.Builder,BillingAuthSchemeParams> 
The parameters object used to resolve the auth schemes for the Billing service.
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Get a new builder for creating aBillingAuthSchemeParams.Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aBillingAuthSchemeParams.Builderto customize the parameters.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
builderGet a new builder for creating aBillingAuthSchemeParams.
- 
operationString operation()Returns the operation for which to resolve the auth scheme.
- 
regionRegion region()Returns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
- 
toBuilderBillingAuthSchemeParams.Builder toBuilder()Returns aBillingAuthSchemeParams.Builderto customize the parameters.- Specified by:
- toBuilderin interface- ToCopyableBuilder<BillingAuthSchemeParams.Builder,- BillingAuthSchemeParams> 
- Returns:
- a builder for type T
 
 
-