Interface TaxConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TaxConfiguration.Builder,,TaxConfiguration> SdkBuilder<TaxConfiguration.Builder,,TaxConfiguration> SdkPojo
- Enclosing class:
TaxConfiguration
@Mutable
@NotThreadSafe
public static interface TaxConfiguration.Builder
extends SdkPojo, CopyableBuilder<TaxConfiguration.Builder,TaxConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiontaxEstimation(String taxEstimation) Toggle to estimate tax as part of the response.taxEstimation(TaxEstimation taxEstimation) Toggle to estimate tax as part of the response.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
taxEstimation
Toggle to estimate tax as part of the response. Values include
ENABLEDandDISABLED. Default isDISABLED.- Parameters:
taxEstimation- Toggle to estimate tax as part of the response. Values includeENABLEDandDISABLED. Default isDISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
taxEstimation
Toggle to estimate tax as part of the response. Values include
ENABLEDandDISABLED. Default isDISABLED.- Parameters:
taxEstimation- Toggle to estimate tax as part of the response. Values includeENABLEDandDISABLED. Default isDISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-