public static interface DescribeServiceUpdatesRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<DescribeServiceUpdatesRequest.Builder,DescribeServiceUpdatesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeServiceUpdatesRequest.Builder serviceUpdateName(String serviceUpdateName)
The unique ID of the service update
serviceUpdateName - The unique ID of the service updateDescribeServiceUpdatesRequest.Builder serviceUpdateStatusWithStrings(Collection<String> serviceUpdateStatus)
The status of the service update
serviceUpdateStatus - The status of the service updateDescribeServiceUpdatesRequest.Builder serviceUpdateStatusWithStrings(String... serviceUpdateStatus)
The status of the service update
serviceUpdateStatus - The status of the service updateDescribeServiceUpdatesRequest.Builder serviceUpdateStatus(Collection<ServiceUpdateStatus> serviceUpdateStatus)
The status of the service update
serviceUpdateStatus - The status of the service updateDescribeServiceUpdatesRequest.Builder serviceUpdateStatus(ServiceUpdateStatus... serviceUpdateStatus)
The status of the service update
serviceUpdateStatus - The status of the service updateDescribeServiceUpdatesRequest.Builder maxRecords(Integer maxRecords)
The maximum number of records to include in the response
maxRecords - The maximum number of records to include in the responseDescribeServiceUpdatesRequest.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.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.