public static interface DescribeServiceUpdatesResponse.Builder extends ElastiCacheResponse.Builder, SdkPojo, CopyableBuilder<DescribeServiceUpdatesResponse.Builder,DescribeServiceUpdatesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeServiceUpdatesResponse.Builder |
marker(String marker)
An optional marker returned from a prior request.
|
DescribeServiceUpdatesResponse.Builder |
serviceUpdates(Collection<ServiceUpdate> serviceUpdates)
A list of service updates
|
DescribeServiceUpdatesResponse.Builder |
serviceUpdates(Consumer<ServiceUpdate.Builder>... serviceUpdates)
A list of service updates
|
DescribeServiceUpdatesResponse.Builder |
serviceUpdates(ServiceUpdate... serviceUpdates)
A list of service updates
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeServiceUpdatesResponse.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.DescribeServiceUpdatesResponse.Builder serviceUpdates(Collection<ServiceUpdate> serviceUpdates)
A list of service updates
serviceUpdates - A list of service updatesDescribeServiceUpdatesResponse.Builder serviceUpdates(ServiceUpdate... serviceUpdates)
A list of service updates
serviceUpdates - A list of service updatesDescribeServiceUpdatesResponse.Builder serviceUpdates(Consumer<ServiceUpdate.Builder>... serviceUpdates)
A list of service updates
This is a convenience method that creates an instance of theServiceUpdate.Builder avoiding the need to create
one manually via ServiceUpdate.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #serviceUpdates(List.
serviceUpdates - a consumer that will call methods on
ServiceUpdate.Builder#serviceUpdates(java.util.Collection) Copyright © 2023. All rights reserved.