public static interface DescribeUpdateActionsResponse.Builder extends ElastiCacheResponse.Builder, SdkPojo, CopyableBuilder<DescribeUpdateActionsResponse.Builder,DescribeUpdateActionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeUpdateActionsResponse.Builder |
marker(String marker)
An optional marker returned from a prior request.
|
DescribeUpdateActionsResponse.Builder |
updateActions(Collection<UpdateAction> updateActions)
Returns a list of update actions
|
DescribeUpdateActionsResponse.Builder |
updateActions(Consumer<UpdateAction.Builder>... updateActions)
Returns a list of update actions
|
DescribeUpdateActionsResponse.Builder |
updateActions(UpdateAction... updateActions)
Returns a list of update actions
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeUpdateActionsResponse.Builder marker(String marker)
An optional marker returned from a prior request. Use this marker for pagination of results from this
operation. If this parameter is specified, the response includes only records beyond the marker, up to the
value specified by MaxRecords.
marker - An optional marker returned from a prior request. Use this marker for pagination of results from this
operation. If this parameter is specified, the response includes only records beyond the marker, up to
the value specified by MaxRecords.DescribeUpdateActionsResponse.Builder updateActions(Collection<UpdateAction> updateActions)
Returns a list of update actions
updateActions - Returns a list of update actionsDescribeUpdateActionsResponse.Builder updateActions(UpdateAction... updateActions)
Returns a list of update actions
updateActions - Returns a list of update actionsDescribeUpdateActionsResponse.Builder updateActions(Consumer<UpdateAction.Builder>... updateActions)
Returns a list of update actions
This is a convenience method that creates an instance of theUpdateAction.Builder avoiding the need to create
one manually via UpdateAction.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #updateActions(List.
updateActions - a consumer that will call methods on
UpdateAction.Builder#updateActions(java.util.Collection) Copyright © 2023. All rights reserved.