Interface BatchStopUpdateActionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchStopUpdateActionResponse.Builder,BatchStopUpdateActionResponse>,ElastiCacheResponse.Builder,SdkBuilder<BatchStopUpdateActionResponse.Builder,BatchStopUpdateActionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- BatchStopUpdateActionResponse
public static interface BatchStopUpdateActionResponse.Builder extends ElastiCacheResponse.Builder, SdkPojo, CopyableBuilder<BatchStopUpdateActionResponse.Builder,BatchStopUpdateActionResponse>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticache.model.ElastiCacheResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
processedUpdateActions
BatchStopUpdateActionResponse.Builder processedUpdateActions(Collection<ProcessedUpdateAction> processedUpdateActions)
Update actions that have been processed successfully
- Parameters:
processedUpdateActions- Update actions that have been processed successfully- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processedUpdateActions
BatchStopUpdateActionResponse.Builder processedUpdateActions(ProcessedUpdateAction... processedUpdateActions)
Update actions that have been processed successfully
- Parameters:
processedUpdateActions- Update actions that have been processed successfully- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processedUpdateActions
BatchStopUpdateActionResponse.Builder processedUpdateActions(Consumer<ProcessedUpdateAction.Builder>... processedUpdateActions)
Update actions that have been processed successfully
This is a convenience method that creates an instance of theProcessedUpdateAction.Builderavoiding the need to create one manually viaProcessedUpdateAction.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#processedUpdateActions(List.) - Parameters:
processedUpdateActions- a consumer that will call methods onProcessedUpdateAction.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#processedUpdateActions(java.util.Collection)
-
unprocessedUpdateActions
BatchStopUpdateActionResponse.Builder unprocessedUpdateActions(Collection<UnprocessedUpdateAction> unprocessedUpdateActions)
Update actions that haven't been processed successfully
- Parameters:
unprocessedUpdateActions- Update actions that haven't been processed successfully- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unprocessedUpdateActions
BatchStopUpdateActionResponse.Builder unprocessedUpdateActions(UnprocessedUpdateAction... unprocessedUpdateActions)
Update actions that haven't been processed successfully
- Parameters:
unprocessedUpdateActions- Update actions that haven't been processed successfully- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unprocessedUpdateActions
BatchStopUpdateActionResponse.Builder unprocessedUpdateActions(Consumer<UnprocessedUpdateAction.Builder>... unprocessedUpdateActions)
Update actions that haven't been processed successfully
This is a convenience method that creates an instance of theUnprocessedUpdateAction.Builderavoiding the need to create one manually viaUnprocessedUpdateAction.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#unprocessedUpdateActions(List.) - Parameters:
unprocessedUpdateActions- a consumer that will call methods onUnprocessedUpdateAction.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#unprocessedUpdateActions(java.util.Collection)
-
-