public static interface UpdateCostAllocationTagsStatusResponse.Builder extends CostExplorerResponse.Builder, SdkPojo, CopyableBuilder<UpdateCostAllocationTagsStatusResponse.Builder,UpdateCostAllocationTagsStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateCostAllocationTagsStatusResponse.Builder |
errors(Collection<UpdateCostAllocationTagsStatusError> errors)
A list of
UpdateCostAllocationTagsStatusError objects with error details about each cost
allocation tag that can't be updated. |
UpdateCostAllocationTagsStatusResponse.Builder |
errors(Consumer<UpdateCostAllocationTagsStatusError.Builder>... errors)
A list of
UpdateCostAllocationTagsStatusError objects with error details about each cost
allocation tag that can't be updated. |
UpdateCostAllocationTagsStatusResponse.Builder |
errors(UpdateCostAllocationTagsStatusError... errors)
A list of
UpdateCostAllocationTagsStatusError objects with error details about each cost
allocation tag that can't be updated. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCostAllocationTagsStatusResponse.Builder errors(Collection<UpdateCostAllocationTagsStatusError> errors)
A list of UpdateCostAllocationTagsStatusError objects with error details about each cost
allocation tag that can't be updated. If there's no failure, an empty array returns.
errors - A list of UpdateCostAllocationTagsStatusError objects with error details about each cost
allocation tag that can't be updated. If there's no failure, an empty array returns.UpdateCostAllocationTagsStatusResponse.Builder errors(UpdateCostAllocationTagsStatusError... errors)
A list of UpdateCostAllocationTagsStatusError objects with error details about each cost
allocation tag that can't be updated. If there's no failure, an empty array returns.
errors - A list of UpdateCostAllocationTagsStatusError objects with error details about each cost
allocation tag that can't be updated. If there's no failure, an empty array returns.UpdateCostAllocationTagsStatusResponse.Builder errors(Consumer<UpdateCostAllocationTagsStatusError.Builder>... errors)
A list of UpdateCostAllocationTagsStatusError objects with error details about each cost
allocation tag that can't be updated. If there's no failure, an empty array returns.
UpdateCostAllocationTagsStatusError.Builder
avoiding the need to create one manually via
UpdateCostAllocationTagsStatusError.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
UpdateCostAllocationTagsStatusError.Builder#errors(java.util.Collection) Copyright © 2022. All rights reserved.