Interface DescribeServiceUpdatesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeServiceUpdatesRequest.Builder,DescribeServiceUpdatesRequest>
,ElastiCacheRequest.Builder
,SdkBuilder<DescribeServiceUpdatesRequest.Builder,DescribeServiceUpdatesRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DescribeServiceUpdatesRequest
public static interface DescribeServiceUpdatesRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<DescribeServiceUpdatesRequest.Builder,DescribeServiceUpdatesRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticache.model.ElastiCacheRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
serviceUpdateName
DescribeServiceUpdatesRequest.Builder serviceUpdateName(String serviceUpdateName)
The unique ID of the service update
- Parameters:
serviceUpdateName
- The unique ID of the service update- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceUpdateStatusWithStrings
DescribeServiceUpdatesRequest.Builder serviceUpdateStatusWithStrings(Collection<String> serviceUpdateStatus)
The status of the service update
- Parameters:
serviceUpdateStatus
- The status of the service update- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceUpdateStatusWithStrings
DescribeServiceUpdatesRequest.Builder serviceUpdateStatusWithStrings(String... serviceUpdateStatus)
The status of the service update
- Parameters:
serviceUpdateStatus
- The status of the service update- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceUpdateStatus
DescribeServiceUpdatesRequest.Builder serviceUpdateStatus(Collection<ServiceUpdateStatus> serviceUpdateStatus)
The status of the service update
- Parameters:
serviceUpdateStatus
- The status of the service update- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceUpdateStatus
DescribeServiceUpdatesRequest.Builder serviceUpdateStatus(ServiceUpdateStatus... serviceUpdateStatus)
The status of the service update
- Parameters:
serviceUpdateStatus
- The status of the service update- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxRecords
DescribeServiceUpdatesRequest.Builder maxRecords(Integer maxRecords)
The maximum number of records to include in the response
- Parameters:
maxRecords
- The maximum number of records to include in the response- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
DescribeServiceUpdatesRequest.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
.- Parameters:
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 byMaxRecords
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeServiceUpdatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeServiceUpdatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-