public static interface UpdateCostAllocationTagsStatusRequest.Builder extends CostExplorerRequest.Builder, SdkPojo, CopyableBuilder<UpdateCostAllocationTagsStatusRequest.Builder,UpdateCostAllocationTagsStatusRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCostAllocationTagsStatusRequest.Builder costAllocationTagsStatus(Collection<CostAllocationTagStatusEntry> costAllocationTagsStatus)
The list of CostAllocationTagStatusEntry objects that are used to update cost allocation tags
status for this request.
costAllocationTagsStatus - The list of CostAllocationTagStatusEntry objects that are used to update cost allocation
tags status for this request.UpdateCostAllocationTagsStatusRequest.Builder costAllocationTagsStatus(CostAllocationTagStatusEntry... costAllocationTagsStatus)
The list of CostAllocationTagStatusEntry objects that are used to update cost allocation tags
status for this request.
costAllocationTagsStatus - The list of CostAllocationTagStatusEntry objects that are used to update cost allocation
tags status for this request.UpdateCostAllocationTagsStatusRequest.Builder costAllocationTagsStatus(Consumer<CostAllocationTagStatusEntry.Builder>... costAllocationTagsStatus)
The list of CostAllocationTagStatusEntry objects that are used to update cost allocation tags
status for this request.
CostAllocationTagStatusEntry.Builder avoiding the
need to create one manually via
CostAllocationTagStatusEntry.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #costAllocationTagsStatus(List.
costAllocationTagsStatus - a consumer that will call methods on
CostAllocationTagStatusEntry.Builder#costAllocationTagsStatus(java.util.Collection) UpdateCostAllocationTagsStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateCostAllocationTagsStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.