Interface UpdateCostAllocationTagsStatusError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateCostAllocationTagsStatusError.Builder,UpdateCostAllocationTagsStatusError>,SdkBuilder<UpdateCostAllocationTagsStatusError.Builder,UpdateCostAllocationTagsStatusError>,SdkPojo
- Enclosing class:
- UpdateCostAllocationTagsStatusError
public static interface UpdateCostAllocationTagsStatusError.Builder extends SdkPojo, CopyableBuilder<UpdateCostAllocationTagsStatusError.Builder,UpdateCostAllocationTagsStatusError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateCostAllocationTagsStatusError.Buildercode(String code)An error code representing why the action failed on this entry.UpdateCostAllocationTagsStatusError.Buildermessage(String message)A message explaining why the action failed on this entry.UpdateCostAllocationTagsStatusError.BuildertagKey(String tagKey)The key for the cost allocation tag.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
tagKey
UpdateCostAllocationTagsStatusError.Builder tagKey(String tagKey)
The key for the cost allocation tag.
- Parameters:
tagKey- The key for the cost allocation tag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
UpdateCostAllocationTagsStatusError.Builder code(String code)
An error code representing why the action failed on this entry.
- Parameters:
code- An error code representing why the action failed on this entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
UpdateCostAllocationTagsStatusError.Builder message(String message)
A message explaining why the action failed on this entry.
- Parameters:
message- A message explaining why the action failed on this entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-