Interface CostAndUsageReportAuthSchemeParams.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CostAndUsageReportAuthSchemeParams.Builder,CostAndUsageReportAuthSchemeParams>,SdkBuilder<CostAndUsageReportAuthSchemeParams.Builder,CostAndUsageReportAuthSchemeParams>
- Enclosing interface:
- CostAndUsageReportAuthSchemeParams
public static interface CostAndUsageReportAuthSchemeParams.Builder extends CopyableBuilder<CostAndUsageReportAuthSchemeParams.Builder,CostAndUsageReportAuthSchemeParams>
A builder for aCostAndUsageReportAuthSchemeParams.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CostAndUsageReportAuthSchemeParamsbuild()Returns aCostAndUsageReportAuthSchemeParamsobject that is created from the properties that have been set on the builder.CostAndUsageReportAuthSchemeParams.Builderoperation(String operation)Set the operation for which to resolve the auth scheme.CostAndUsageReportAuthSchemeParams.Builderregion(Region region)Set the region.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
-
-
-
Method Detail
-
operation
CostAndUsageReportAuthSchemeParams.Builder operation(String operation)
Set the operation for which to resolve the auth scheme.
-
region
CostAndUsageReportAuthSchemeParams.Builder region(Region region)
Set the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
-
build
CostAndUsageReportAuthSchemeParams build()
Returns aCostAndUsageReportAuthSchemeParamsobject that is created from the properties that have been set on the builder.- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<CostAndUsageReportAuthSchemeParams.Builder,CostAndUsageReportAuthSchemeParams>
-
-