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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #updateActions(List) .updateActions - a consumer that will call methods on List.Builder #updateActions(List) Copyright © 2021. All rights reserved.