Interface UpdateCostAllocationTagsStatusRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateCostAllocationTagsStatusRequest.Builder,UpdateCostAllocationTagsStatusRequest>,CostExplorerRequest.Builder,SdkBuilder<UpdateCostAllocationTagsStatusRequest.Builder,UpdateCostAllocationTagsStatusRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateCostAllocationTagsStatusRequest
public static interface UpdateCostAllocationTagsStatusRequest.Builder extends CostExplorerRequest.Builder, SdkPojo, CopyableBuilder<UpdateCostAllocationTagsStatusRequest.Builder,UpdateCostAllocationTagsStatusRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.costexplorer.model.CostExplorerRequest.Builder
build
-
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
-
costAllocationTagsStatus
UpdateCostAllocationTagsStatusRequest.Builder costAllocationTagsStatus(Collection<CostAllocationTagStatusEntry> costAllocationTagsStatus)
The list of
CostAllocationTagStatusEntryobjects that are used to update cost allocation tags status for this request.- Parameters:
costAllocationTagsStatus- The list ofCostAllocationTagStatusEntryobjects that are used to update cost allocation tags status for this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
costAllocationTagsStatus
UpdateCostAllocationTagsStatusRequest.Builder costAllocationTagsStatus(CostAllocationTagStatusEntry... costAllocationTagsStatus)
The list of
CostAllocationTagStatusEntryobjects that are used to update cost allocation tags status for this request.- Parameters:
costAllocationTagsStatus- The list ofCostAllocationTagStatusEntryobjects that are used to update cost allocation tags status for this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
costAllocationTagsStatus
UpdateCostAllocationTagsStatusRequest.Builder costAllocationTagsStatus(Consumer<CostAllocationTagStatusEntry.Builder>... costAllocationTagsStatus)
The list of
This is a convenience method that creates an instance of theCostAllocationTagStatusEntryobjects that are used to update cost allocation tags status for this request.CostAllocationTagStatusEntry.Builderavoiding the need to create one manually viaCostAllocationTagStatusEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#costAllocationTagsStatus(List.) - Parameters:
costAllocationTagsStatus- a consumer that will call methods onCostAllocationTagStatusEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#costAllocationTagsStatus(java.util.Collection)
-
overrideConfiguration
UpdateCostAllocationTagsStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateCostAllocationTagsStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-