public static interface DescribeUpdateActionsRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<DescribeUpdateActionsRequest.Builder,DescribeUpdateActionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeUpdateActionsRequest.Builder serviceUpdateName(String serviceUpdateName)
The unique ID of the service update
serviceUpdateName - The unique ID of the service updateDescribeUpdateActionsRequest.Builder replicationGroupIds(Collection<String> replicationGroupIds)
The replication group IDs
replicationGroupIds - The replication group IDsDescribeUpdateActionsRequest.Builder replicationGroupIds(String... replicationGroupIds)
The replication group IDs
replicationGroupIds - The replication group IDsDescribeUpdateActionsRequest.Builder cacheClusterIds(Collection<String> cacheClusterIds)
The cache cluster IDs
cacheClusterIds - The cache cluster IDsDescribeUpdateActionsRequest.Builder cacheClusterIds(String... cacheClusterIds)
The cache cluster IDs
cacheClusterIds - The cache cluster IDsDescribeUpdateActionsRequest.Builder engine(String engine)
The Elasticache engine to which the update applies. Either Redis or Memcached
engine - The Elasticache engine to which the update applies. Either Redis or MemcachedDescribeUpdateActionsRequest.Builder serviceUpdateStatusWithStrings(Collection<String> serviceUpdateStatus)
The status of the service update
serviceUpdateStatus - The status of the service updateDescribeUpdateActionsRequest.Builder serviceUpdateStatusWithStrings(String... serviceUpdateStatus)
The status of the service update
serviceUpdateStatus - The status of the service updateDescribeUpdateActionsRequest.Builder serviceUpdateStatus(Collection<ServiceUpdateStatus> serviceUpdateStatus)
The status of the service update
serviceUpdateStatus - The status of the service updateDescribeUpdateActionsRequest.Builder serviceUpdateStatus(ServiceUpdateStatus... serviceUpdateStatus)
The status of the service update
serviceUpdateStatus - The status of the service updateDescribeUpdateActionsRequest.Builder serviceUpdateTimeRange(TimeRangeFilter serviceUpdateTimeRange)
The range of time specified to search for service updates that are in available status
serviceUpdateTimeRange - The range of time specified to search for service updates that are in available statusdefault 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 via TimeRangeFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to serviceUpdateTimeRange(TimeRangeFilter).
serviceUpdateTimeRange - a consumer that will call methods on TimeRangeFilter.BuilderserviceUpdateTimeRange(TimeRangeFilter)DescribeUpdateActionsRequest.Builder updateActionStatusWithStrings(Collection<String> updateActionStatus)
The status of the update action.
updateActionStatus - The status of the update action.DescribeUpdateActionsRequest.Builder updateActionStatusWithStrings(String... updateActionStatus)
The status of the update action.
updateActionStatus - The status of the update action.DescribeUpdateActionsRequest.Builder updateActionStatus(Collection<UpdateActionStatus> updateActionStatus)
The status of the update action.
updateActionStatus - The status of the update action.DescribeUpdateActionsRequest.Builder updateActionStatus(UpdateActionStatus... updateActionStatus)
The status of the update action.
updateActionStatus - The status of the update action.DescribeUpdateActionsRequest.Builder showNodeLevelUpdateStatus(Boolean showNodeLevelUpdateStatus)
Dictates whether to include node level update status in the response
showNodeLevelUpdateStatus - Dictates whether to include node level update status in the responseDescribeUpdateActionsRequest.Builder maxRecords(Integer maxRecords)
The maximum number of records to include in the response
maxRecords - The maximum number of records to include in the responseDescribeUpdateActionsRequest.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.DescribeUpdateActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeUpdateActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.