public static interface DescribeEngineVersionsRequest.Builder extends MemoryDbRequest.Builder, SdkPojo, CopyableBuilder<DescribeEngineVersionsRequest.Builder,DescribeEngineVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeEngineVersionsRequest.Builder |
defaultOnly(Boolean defaultOnly)
If true, specifies that only the default version of the specified engine or engine and major version
combination is to be returned.
|
DescribeEngineVersionsRequest.Builder |
engineVersion(String engineVersion)
The Redis engine version
|
DescribeEngineVersionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of records to include in the response.
|
DescribeEngineVersionsRequest.Builder |
nextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
|
DescribeEngineVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeEngineVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeEngineVersionsRequest.Builder |
parameterGroupFamily(String parameterGroupFamily)
The name of a specific parameter group family to return details for.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEngineVersionsRequest.Builder engineVersion(String engineVersion)
The Redis engine version
engineVersion - The Redis engine versionDescribeEngineVersionsRequest.Builder parameterGroupFamily(String parameterGroupFamily)
The name of a specific parameter group family to return details for.
parameterGroupFamily - The name of a specific parameter group family to return details for.DescribeEngineVersionsRequest.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.
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.DescribeEngineVersionsRequest.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.
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.DescribeEngineVersionsRequest.Builder defaultOnly(Boolean defaultOnly)
If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.
defaultOnly - If true, specifies that only the default version of the specified engine or engine and major version
combination is to be returned.DescribeEngineVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeEngineVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.