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 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 #serviceUpdates(List) .serviceUpdates - a consumer that will call methods on List.Builder #serviceUpdates(List) Copyright © 2021. All rights reserved.