public static interface CustomLineItemPercentageChargeDetails.Builder extends SdkPojo, CopyableBuilder<CustomLineItemPercentageChargeDetails.Builder,CustomLineItemPercentageChargeDetails>
| Modifier and Type | Method and Description |
|---|---|
CustomLineItemPercentageChargeDetails.Builder |
associatedValues(Collection<String> associatedValues)
A list of resource ARNs to associate to the percentage custom line item.
|
CustomLineItemPercentageChargeDetails.Builder |
associatedValues(String... associatedValues)
A list of resource ARNs to associate to the percentage custom line item.
|
CustomLineItemPercentageChargeDetails.Builder |
percentageValue(Double percentageValue)
The custom line item's percentage value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomLineItemPercentageChargeDetails.Builder percentageValue(Double percentageValue)
The custom line item's percentage value. This will be multiplied against the combined value of its associated resources to determine its charge value.
percentageValue - The custom line item's percentage value. This will be multiplied against the combined value of its
associated resources to determine its charge value.CustomLineItemPercentageChargeDetails.Builder associatedValues(Collection<String> associatedValues)
A list of resource ARNs to associate to the percentage custom line item.
associatedValues - A list of resource ARNs to associate to the percentage custom line item.CustomLineItemPercentageChargeDetails.Builder associatedValues(String... associatedValues)
A list of resource ARNs to associate to the percentage custom line item.
associatedValues - A list of resource ARNs to associate to the percentage custom line item.Copyright © 2023. All rights reserved.