public static interface DescribeServiceUpdatesRequest.Builder extends MemoryDbRequest.Builder, SdkPojo, CopyableBuilder<DescribeServiceUpdatesRequest.Builder,DescribeServiceUpdatesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeServiceUpdatesRequest.Builder |
clusterNames(Collection<String> clusterNames)
The list of cluster names to identify service updates to apply
|
DescribeServiceUpdatesRequest.Builder |
clusterNames(String... clusterNames)
The list of cluster names to identify service updates to apply
|
DescribeServiceUpdatesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of records to include in the response.
|
DescribeServiceUpdatesRequest.Builder |
nextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
|
DescribeServiceUpdatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeServiceUpdatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeServiceUpdatesRequest.Builder |
serviceUpdateName(String serviceUpdateName)
The unique ID of the service update to describe.
|
DescribeServiceUpdatesRequest.Builder |
status(Collection<ServiceUpdateStatus> status)
The status(es) of the service updates to filter on
|
DescribeServiceUpdatesRequest.Builder |
status(ServiceUpdateStatus... status)
The status(es) of the service updates to filter on
|
DescribeServiceUpdatesRequest.Builder |
statusWithStrings(Collection<String> status)
The status(es) of the service updates to filter on
|
DescribeServiceUpdatesRequest.Builder |
statusWithStrings(String... status)
The status(es) of the service updates to filter on
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeServiceUpdatesRequest.Builder serviceUpdateName(String serviceUpdateName)
The unique ID of the service update to describe.
serviceUpdateName - The unique ID of the service update to describe.DescribeServiceUpdatesRequest.Builder clusterNames(Collection<String> clusterNames)
The list of cluster names to identify service updates to apply
clusterNames - The list of cluster names to identify service updates to applyDescribeServiceUpdatesRequest.Builder clusterNames(String... clusterNames)
The list of cluster names to identify service updates to apply
clusterNames - The list of cluster names to identify service updates to applyDescribeServiceUpdatesRequest.Builder statusWithStrings(Collection<String> status)
The status(es) of the service updates to filter on
status - The status(es) of the service updates to filter onDescribeServiceUpdatesRequest.Builder statusWithStrings(String... status)
The status(es) of the service updates to filter on
status - The status(es) of the service updates to filter onDescribeServiceUpdatesRequest.Builder status(Collection<ServiceUpdateStatus> status)
The status(es) of the service updates to filter on
status - The status(es) of the service updates to filter onDescribeServiceUpdatesRequest.Builder status(ServiceUpdateStatus... status)
The status(es) of the service updates to filter on
status - The status(es) of the service updates to filter onDescribeServiceUpdatesRequest.Builder maxResults(Integer maxResults)
The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
maxResults - The maximum number of records to include in the response. If more records exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be retrieved.DescribeServiceUpdatesRequest.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.DescribeServiceUpdatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeServiceUpdatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.