public static interface DescribeServiceUpdatesResponse.Builder extends MemoryDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeServiceUpdatesResponse.Builder,DescribeServiceUpdatesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeServiceUpdatesResponse.Builder |
nextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
|
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 nextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
nextToken - An optional argument to pass in case the total number of records exceeds the value of MaxResults. If
nextToken is returned, there are more results available. The value of nextToken is a unique pagination
token for each page. Make the call again using the returned token to retrieve the next page. Keep all
other arguments unchanged.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.