Interface DescribeServiceUpdatesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeServiceUpdatesRequest.Builder,DescribeServiceUpdatesRequest>,MemoryDbRequest.Builder,SdkBuilder<DescribeServiceUpdatesRequest.Builder,DescribeServiceUpdatesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeServiceUpdatesRequest
public static interface DescribeServiceUpdatesRequest.Builder extends MemoryDbRequest.Builder, SdkPojo, CopyableBuilder<DescribeServiceUpdatesRequest.Builder,DescribeServiceUpdatesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeServiceUpdatesRequest.BuilderclusterNames(String... clusterNames)The list of cluster names to identify service updates to applyDescribeServiceUpdatesRequest.BuilderclusterNames(Collection<String> clusterNames)The list of cluster names to identify service updates to applyDescribeServiceUpdatesRequest.BuildermaxResults(Integer maxResults)The maximum number of records to include in the response.DescribeServiceUpdatesRequest.BuildernextToken(String nextToken)An optional argument to pass in case the total number of records exceeds the value of MaxResults.DescribeServiceUpdatesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeServiceUpdatesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeServiceUpdatesRequest.BuilderserviceUpdateName(String serviceUpdateName)The unique ID of the service update to describe.DescribeServiceUpdatesRequest.Builderstatus(Collection<ServiceUpdateStatus> status)The status(es) of the service updates to filter onDescribeServiceUpdatesRequest.Builderstatus(ServiceUpdateStatus... status)The status(es) of the service updates to filter onDescribeServiceUpdatesRequest.BuilderstatusWithStrings(String... status)The status(es) of the service updates to filter onDescribeServiceUpdatesRequest.BuilderstatusWithStrings(Collection<String> status)The status(es) of the service updates to filter on-
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.memorydb.model.MemoryDbRequest.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 Detail
-
serviceUpdateName
DescribeServiceUpdatesRequest.Builder serviceUpdateName(String serviceUpdateName)
The unique ID of the service update to describe.
- Parameters:
serviceUpdateName- The unique ID of the service update to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterNames
DescribeServiceUpdatesRequest.Builder clusterNames(Collection<String> clusterNames)
The list of cluster names to identify service updates to apply
- Parameters:
clusterNames- The list of cluster names to identify service updates to apply- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterNames
DescribeServiceUpdatesRequest.Builder clusterNames(String... clusterNames)
The list of cluster names to identify service updates to apply
- Parameters:
clusterNames- The list of cluster names to identify service updates to apply- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusWithStrings
DescribeServiceUpdatesRequest.Builder statusWithStrings(Collection<String> status)
The status(es) of the service updates to filter on
- Parameters:
status- The status(es) of the service updates to filter on- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusWithStrings
DescribeServiceUpdatesRequest.Builder statusWithStrings(String... status)
The status(es) of the service updates to filter on
- Parameters:
status- The status(es) of the service updates to filter on- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DescribeServiceUpdatesRequest.Builder status(Collection<ServiceUpdateStatus> status)
The status(es) of the service updates to filter on
- Parameters:
status- The status(es) of the service updates to filter on- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DescribeServiceUpdatesRequest.Builder status(ServiceUpdateStatus... status)
The status(es) of the service updates to filter on
- Parameters:
status- The status(es) of the service updates to filter on- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeServiceUpdatesRequest.Builder maxResults(Integer maxResults)
The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
- Parameters:
maxResults- The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeServiceUpdatesRequest.Builder nextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
- Parameters:
nextToken- An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeServiceUpdatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeServiceUpdatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-