public static interface BatchAssociateResourcesToCustomLineItemRequest.Builder extends BillingconductorRequest.Builder, SdkPojo, CopyableBuilder<BatchAssociateResourcesToCustomLineItemRequest.Builder,BatchAssociateResourcesToCustomLineItemRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchAssociateResourcesToCustomLineItemRequest.Builder targetArn(String targetArn)
A percentage custom line item ARN to associate the resources to.
targetArn - A percentage custom line item ARN to associate the resources to.BatchAssociateResourcesToCustomLineItemRequest.Builder resourceArns(Collection<String> resourceArns)
A list containing the ARNs of the resources to be associated.
resourceArns - A list containing the ARNs of the resources to be associated.BatchAssociateResourcesToCustomLineItemRequest.Builder resourceArns(String... resourceArns)
A list containing the ARNs of the resources to be associated.
resourceArns - A list containing the ARNs of the resources to be associated.BatchAssociateResourcesToCustomLineItemRequest.Builder billingPeriodRange(CustomLineItemBillingPeriodRange billingPeriodRange)
billingPeriodRange - The new value for the BillingPeriodRange property for this object.default BatchAssociateResourcesToCustomLineItemRequest.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)BatchAssociateResourcesToCustomLineItemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchAssociateResourcesToCustomLineItemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.