Interface UpdateCostAllocationTagsStatusResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateCostAllocationTagsStatusResponse.Builder,UpdateCostAllocationTagsStatusResponse>,CostExplorerResponse.Builder,SdkBuilder<UpdateCostAllocationTagsStatusResponse.Builder,UpdateCostAllocationTagsStatusResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateCostAllocationTagsStatusResponse
public static interface UpdateCostAllocationTagsStatusResponse.Builder extends CostExplorerResponse.Builder, SdkPojo, CopyableBuilder<UpdateCostAllocationTagsStatusResponse.Builder,UpdateCostAllocationTagsStatusResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateCostAllocationTagsStatusResponse.Buildererrors(Collection<UpdateCostAllocationTagsStatusError> errors)A list ofUpdateCostAllocationTagsStatusErrorobjects with error details about each cost allocation tag that can't be updated.UpdateCostAllocationTagsStatusResponse.Buildererrors(Consumer<UpdateCostAllocationTagsStatusError.Builder>... errors)A list ofUpdateCostAllocationTagsStatusErrorobjects with error details about each cost allocation tag that can't be updated.UpdateCostAllocationTagsStatusResponse.Buildererrors(UpdateCostAllocationTagsStatusError... errors)A list ofUpdateCostAllocationTagsStatusErrorobjects with error details about each cost allocation tag that can't be updated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.costexplorer.model.CostExplorerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
errors
UpdateCostAllocationTagsStatusResponse.Builder errors(Collection<UpdateCostAllocationTagsStatusError> errors)
A list of
UpdateCostAllocationTagsStatusErrorobjects with error details about each cost allocation tag that can't be updated. If there's no failure, an empty array returns.- Parameters:
errors- A list ofUpdateCostAllocationTagsStatusErrorobjects with error details about each cost allocation tag that can't be updated. If there's no failure, an empty array returns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
UpdateCostAllocationTagsStatusResponse.Builder errors(UpdateCostAllocationTagsStatusError... errors)
A list of
UpdateCostAllocationTagsStatusErrorobjects with error details about each cost allocation tag that can't be updated. If there's no failure, an empty array returns.- Parameters:
errors- A list ofUpdateCostAllocationTagsStatusErrorobjects with error details about each cost allocation tag that can't be updated. If there's no failure, an empty array returns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
UpdateCostAllocationTagsStatusResponse.Builder errors(Consumer<UpdateCostAllocationTagsStatusError.Builder>... errors)
A list of
This is a convenience method that creates an instance of theUpdateCostAllocationTagsStatusErrorobjects with error details about each cost allocation tag that can't be updated. If there's no failure, an empty array returns.UpdateCostAllocationTagsStatusError.Builderavoiding the need to create one manually viaUpdateCostAllocationTagsStatusError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#errors(List.) - Parameters:
errors- a consumer that will call methods onUpdateCostAllocationTagsStatusError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#errors(java.util.Collection)
-
-