public static interface BatchDisassociateResourcesFromCustomLineItemRequest.Builder extends BillingconductorRequest.Builder, SdkPojo, CopyableBuilder<BatchDisassociateResourcesFromCustomLineItemRequest.Builder,BatchDisassociateResourcesFromCustomLineItemRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDisassociateResourcesFromCustomLineItemRequest.Builder targetArn(String targetArn)
A percentage custom line item ARN to disassociate the resources from.
targetArn - A percentage custom line item ARN to disassociate the resources from.BatchDisassociateResourcesFromCustomLineItemRequest.Builder resourceArns(Collection<String> resourceArns)
A list containing the ARNs of resources to be disassociated.
resourceArns - A list containing the ARNs of resources to be disassociated.BatchDisassociateResourcesFromCustomLineItemRequest.Builder resourceArns(String... resourceArns)
A list containing the ARNs of resources to be disassociated.
resourceArns - A list containing the ARNs of resources to be disassociated.BatchDisassociateResourcesFromCustomLineItemRequest.Builder billingPeriodRange(CustomLineItemBillingPeriodRange billingPeriodRange)
billingPeriodRange - The new value for the BillingPeriodRange property for this object.default BatchDisassociateResourcesFromCustomLineItemRequest.Builder billingPeriodRange(Consumer<CustomLineItemBillingPeriodRange.Builder> billingPeriodRange)
CustomLineItemBillingPeriodRange.Builder
avoiding the need to create one manually via CustomLineItemBillingPeriodRange.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to billingPeriodRange(CustomLineItemBillingPeriodRange).
billingPeriodRange - a consumer that will call methods on CustomLineItemBillingPeriodRange.BuilderbillingPeriodRange(CustomLineItemBillingPeriodRange)BatchDisassociateResourcesFromCustomLineItemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchDisassociateResourcesFromCustomLineItemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.