Interface DescribeUpdateActionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeUpdateActionsRequest.Builder,
,DescribeUpdateActionsRequest> ElastiCacheRequest.Builder
,SdkBuilder<DescribeUpdateActionsRequest.Builder,
,DescribeUpdateActionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeUpdateActionsRequest
-
Method Summary
Modifier and TypeMethodDescriptioncacheClusterIds
(String... cacheClusterIds) The cache cluster IDscacheClusterIds
(Collection<String> cacheClusterIds) The cache cluster IDsThe Elasticache engine to which the update applies.An optional marker returned from a prior request.maxRecords
(Integer maxRecords) The maximum number of records to include in the responseoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.replicationGroupIds
(String... replicationGroupIds) The replication group IDsreplicationGroupIds
(Collection<String> replicationGroupIds) The replication group IDsserviceUpdateName
(String serviceUpdateName) The unique ID of the service updateserviceUpdateStatus
(Collection<ServiceUpdateStatus> serviceUpdateStatus) The status of the service updateserviceUpdateStatus
(ServiceUpdateStatus... serviceUpdateStatus) The status of the service updateserviceUpdateStatusWithStrings
(String... serviceUpdateStatus) The status of the service updateserviceUpdateStatusWithStrings
(Collection<String> serviceUpdateStatus) The status of the service updateserviceUpdateTimeRange
(Consumer<TimeRangeFilter.Builder> serviceUpdateTimeRange) The range of time specified to search for service updates that are in available statusserviceUpdateTimeRange
(TimeRangeFilter serviceUpdateTimeRange) The range of time specified to search for service updates that are in available statusshowNodeLevelUpdateStatus
(Boolean showNodeLevelUpdateStatus) Dictates whether to include node level update status in the responseupdateActionStatus
(Collection<UpdateActionStatus> updateActionStatus) The status of the update action.updateActionStatus
(UpdateActionStatus... updateActionStatus) The status of the update action.updateActionStatusWithStrings
(String... updateActionStatus) The status of the update action.updateActionStatusWithStrings
(Collection<String> updateActionStatus) The status of the update action.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, sdkFields
-
Method Details
-
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.
-
replicationGroupIds
The replication group IDs
- Parameters:
replicationGroupIds
- The replication group IDs- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationGroupIds
The replication group IDs
- Parameters:
replicationGroupIds
- The replication group IDs- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cacheClusterIds
The cache cluster IDs
- Parameters:
cacheClusterIds
- The cache cluster IDs- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cacheClusterIds
The cache cluster IDs
- Parameters:
cacheClusterIds
- The cache cluster IDs- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engine
The Elasticache engine to which the update applies. Either Redis or Memcached
- Parameters:
engine
- The Elasticache engine to which the update applies. Either Redis or Memcached- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceUpdateStatusWithStrings
DescribeUpdateActionsRequest.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
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
DescribeUpdateActionsRequest.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
DescribeUpdateActionsRequest.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.
-
serviceUpdateTimeRange
The range of time specified to search for service updates that are in available status
- Parameters:
serviceUpdateTimeRange
- The range of time specified to search for service updates that are in available status- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceUpdateTimeRange
default DescribeUpdateActionsRequest.Builder serviceUpdateTimeRange(Consumer<TimeRangeFilter.Builder> serviceUpdateTimeRange) The range of time specified to search for service updates that are in available status
This is a convenience method that creates an instance of theTimeRangeFilter.Builder
avoiding the need to create one manually viaTimeRangeFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toserviceUpdateTimeRange(TimeRangeFilter)
.- Parameters:
serviceUpdateTimeRange
- a consumer that will call methods onTimeRangeFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updateActionStatusWithStrings
DescribeUpdateActionsRequest.Builder updateActionStatusWithStrings(Collection<String> updateActionStatus) The status of the update action.
- Parameters:
updateActionStatus
- The status of the update action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateActionStatusWithStrings
The status of the update action.
- Parameters:
updateActionStatus
- The status of the update action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateActionStatus
DescribeUpdateActionsRequest.Builder updateActionStatus(Collection<UpdateActionStatus> updateActionStatus) The status of the update action.
- Parameters:
updateActionStatus
- The status of the update action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateActionStatus
The status of the update action.
- Parameters:
updateActionStatus
- The status of the update action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
showNodeLevelUpdateStatus
Dictates whether to include node level update status in the response
- Parameters:
showNodeLevelUpdateStatus
- Dictates whether to include node level update status in the response- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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
DescribeUpdateActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeUpdateActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-