Interface DescribeUpdateActionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeUpdateActionsRequest.Builder,DescribeUpdateActionsRequest>
,ElastiCacheRequest.Builder
,SdkBuilder<DescribeUpdateActionsRequest.Builder,DescribeUpdateActionsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DescribeUpdateActionsRequest
public static interface DescribeUpdateActionsRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<DescribeUpdateActionsRequest.Builder,DescribeUpdateActionsRequest>
-
-
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
DescribeUpdateActionsRequest.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.
-
replicationGroupIds
DescribeUpdateActionsRequest.Builder replicationGroupIds(Collection<String> 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
DescribeUpdateActionsRequest.Builder replicationGroupIds(String... 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
DescribeUpdateActionsRequest.Builder cacheClusterIds(Collection<String> 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
DescribeUpdateActionsRequest.Builder cacheClusterIds(String... 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
DescribeUpdateActionsRequest.Builder engine(String engine)
The Elasticache engine to which the update applies. Either Valkey, Redis OSS or Memcached.
- Parameters:
engine
- The Elasticache engine to which the update applies. Either Valkey, Redis OSS 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
DescribeUpdateActionsRequest.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
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
DescribeUpdateActionsRequest.Builder serviceUpdateTimeRange(TimeRangeFilter 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:
serviceUpdateTimeRange(TimeRangeFilter)
-
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
DescribeUpdateActionsRequest.Builder updateActionStatusWithStrings(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.
-
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
DescribeUpdateActionsRequest.Builder updateActionStatus(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.
-
showNodeLevelUpdateStatus
DescribeUpdateActionsRequest.Builder showNodeLevelUpdateStatus(Boolean 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
DescribeUpdateActionsRequest.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
DescribeUpdateActionsRequest.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
DescribeUpdateActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeUpdateActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-