Interface InvoicingAuthSchemeParams
-
- All Superinterfaces:
ToCopyableBuilder<InvoicingAuthSchemeParams.Builder,InvoicingAuthSchemeParams>
- All Known Implementing Classes:
DefaultInvoicingAuthSchemeParams
@Generated("software.amazon.awssdk:codegen") public interface InvoicingAuthSchemeParams extends ToCopyableBuilder<InvoicingAuthSchemeParams.Builder,InvoicingAuthSchemeParams>
The parameters object used to resolve the auth schemes for the Invoicing service.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceInvoicingAuthSchemeParams.BuilderA builder for aInvoicingAuthSchemeParams.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static InvoicingAuthSchemeParams.Builderbuilder()Get a new builder for creating aInvoicingAuthSchemeParams.Stringoperation()Returns the operation for which to resolve the auth scheme.Regionregion()Returns the region.InvoicingAuthSchemeParams.BuildertoBuilder()Returns aInvoicingAuthSchemeParams.Builderto customize the parameters.-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
builder
static InvoicingAuthSchemeParams.Builder builder()
Get a new builder for creating aInvoicingAuthSchemeParams.
-
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
InvoicingAuthSchemeParams.Builder toBuilder()
Returns aInvoicingAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceToCopyableBuilder<InvoicingAuthSchemeParams.Builder,InvoicingAuthSchemeParams>
-
-