Uses of Interface
software.amazon.awssdk.services.billingconductor.model.CustomLineItemBillingPeriodRange.Builder
-
Packages that use CustomLineItemBillingPeriodRange.Builder Package Description software.amazon.awssdk.services.billingconductor.model -
-
Uses of CustomLineItemBillingPeriodRange.Builder in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return CustomLineItemBillingPeriodRange.Builder Modifier and Type Method Description static CustomLineItemBillingPeriodRange.BuilderCustomLineItemBillingPeriodRange. builder()CustomLineItemBillingPeriodRange.BuilderCustomLineItemBillingPeriodRange.Builder. exclusiveEndBillingPeriod(String exclusiveEndBillingPeriod)The inclusive end billing period that defines a billing period range where a custom line is applied.CustomLineItemBillingPeriodRange.BuilderCustomLineItemBillingPeriodRange.Builder. inclusiveStartBillingPeriod(String inclusiveStartBillingPeriod)The inclusive start billing period that defines a billing period range where a custom line is applied.CustomLineItemBillingPeriodRange.BuilderCustomLineItemBillingPeriodRange. toBuilder()Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type CustomLineItemBillingPeriodRange.Builder Modifier and Type Method Description static Class<? extends CustomLineItemBillingPeriodRange.Builder>CustomLineItemBillingPeriodRange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.billingconductor.model with type arguments of type CustomLineItemBillingPeriodRange.Builder Modifier and Type Method Description default BatchAssociateResourcesToCustomLineItemRequest.BuilderBatchAssociateResourcesToCustomLineItemRequest.Builder. billingPeriodRange(Consumer<CustomLineItemBillingPeriodRange.Builder> billingPeriodRange)Sets the value of the BillingPeriodRange property for this object.default BatchDisassociateResourcesFromCustomLineItemRequest.BuilderBatchDisassociateResourcesFromCustomLineItemRequest.Builder. billingPeriodRange(Consumer<CustomLineItemBillingPeriodRange.Builder> billingPeriodRange)Sets the value of the BillingPeriodRange property for this object.default CreateCustomLineItemRequest.BuilderCreateCustomLineItemRequest.Builder. billingPeriodRange(Consumer<CustomLineItemBillingPeriodRange.Builder> billingPeriodRange)A time range for which the custom line item is effective.default DeleteCustomLineItemRequest.BuilderDeleteCustomLineItemRequest.Builder. billingPeriodRange(Consumer<CustomLineItemBillingPeriodRange.Builder> billingPeriodRange)Sets the value of the BillingPeriodRange property for this object.default UpdateCustomLineItemRequest.BuilderUpdateCustomLineItemRequest.Builder. billingPeriodRange(Consumer<CustomLineItemBillingPeriodRange.Builder> billingPeriodRange)Sets the value of the BillingPeriodRange property for this object.
-