public static interface CostTypes.Builder extends CopyableBuilder<CostTypes.Builder,CostTypes>
| Modifier and Type | Method and Description |
|---|---|
CostTypes.Builder |
includeSubscription(Boolean includeSubscription)
Sets the value of the IncludeSubscription property for this object.
|
CostTypes.Builder |
includeTax(Boolean includeTax)
Sets the value of the IncludeTax property for this object.
|
CostTypes.Builder |
useBlended(Boolean useBlended)
Sets the value of the UseBlended property for this object.
|
copyapply, buildCostTypes.Builder includeTax(Boolean includeTax)
includeTax - The new value for the IncludeTax property for this object.CostTypes.Builder includeSubscription(Boolean includeSubscription)
includeSubscription - The new value for the IncludeSubscription property for this object.CostTypes.Builder useBlended(Boolean useBlended)
useBlended - The new value for the UseBlended property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.