CopyableBuilder<DescribeDBEngineVersionsRequest.Builder,DescribeDBEngineVersionsRequest>
, SdkBuilder<DescribeDBEngineVersionsRequest.Builder,DescribeDBEngineVersionsRequest>
public static interface DescribeDBEngineVersionsRequest.Builder extends CopyableBuilder<DescribeDBEngineVersionsRequest.Builder,DescribeDBEngineVersionsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeDBEngineVersionsRequest.Builder |
dbParameterGroupFamily(String dbParameterGroupFamily) |
The name of a specific DB parameter group family to return details for.
|
DescribeDBEngineVersionsRequest.Builder |
defaultOnly(Boolean defaultOnly) |
Indicates that only the default version of the specified engine or engine and major version combination is
returned.
|
DescribeDBEngineVersionsRequest.Builder |
engine(String engine) |
The database engine to return.
|
DescribeDBEngineVersionsRequest.Builder |
engineVersion(String engineVersion) |
The database engine version to return.
|
DescribeDBEngineVersionsRequest.Builder |
filters(Collection<Filter> filters) |
Not currently supported.
|
DescribeDBEngineVersionsRequest.Builder |
filters(Filter... filters) |
Not currently supported.
|
DescribeDBEngineVersionsRequest.Builder |
listSupportedCharacterSets(Boolean listSupportedCharacterSets) |
If this parameter is specified and the requested engine supports the
CharacterSetName parameter
for CreateDBInstance , the response includes a list of supported character sets for each engine
version. |
DescribeDBEngineVersionsRequest.Builder |
listSupportedTimezones(Boolean listSupportedTimezones) |
If this parameter is specified and the requested engine supports the
TimeZone parameter for
CreateDBInstance , the response includes a list of supported time zones for each engine version. |
DescribeDBEngineVersionsRequest.Builder |
marker(String marker) |
An optional pagination token provided by a previous request.
|
DescribeDBEngineVersionsRequest.Builder |
maxRecords(Integer maxRecords) |
The maximum number of records to include in the response.
|
copy
apply, build
DescribeDBEngineVersionsRequest.Builder engine(String engine)
The database engine to return.
engine
- The database engine to return.DescribeDBEngineVersionsRequest.Builder engineVersion(String engineVersion)
The database engine version to return.
Example: 5.1.49
engineVersion
- The database engine version to return.
Example: 5.1.49
DescribeDBEngineVersionsRequest.Builder dbParameterGroupFamily(String dbParameterGroupFamily)
The name of a specific DB parameter group family to return details for.
Constraints:
Must be 1 to 255 alphanumeric characters
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
dbParameterGroupFamily
- The name of a specific DB parameter group family to return details for.
Constraints:
Must be 1 to 255 alphanumeric characters
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
DescribeDBEngineVersionsRequest.Builder filters(Collection<Filter> filters)
Not currently supported.
filters
- Not currently supported.DescribeDBEngineVersionsRequest.Builder filters(Filter... filters)
Not currently supported.
NOTE: This method appends the values to the existing list (if any). Use
#setFilters(java.util.Collection)
or #withFilters(java.util.Collection)
if you want to
override the existing values.
filters
- Not currently supported.DescribeDBEngineVersionsRequest.Builder maxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more than the MaxRecords
value is
available, a pagination token called a marker is included in the response so that the following results can
be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
maxRecords
- The maximum number of records to include in the response. If more than the MaxRecords
value is available, a pagination token called a marker is included in the response so that the
following results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
DescribeDBEngineVersionsRequest.Builder marker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
marker
- An optional pagination token provided by a previous request. If this parameter is specified, the
response includes only records beyond the marker, up to the value specified by MaxRecords
.DescribeDBEngineVersionsRequest.Builder defaultOnly(Boolean defaultOnly)
Indicates that only the default version of the specified engine or engine and major version combination is returned.
defaultOnly
- Indicates that only the default version of the specified engine or engine and major version
combination is returned.DescribeDBEngineVersionsRequest.Builder listSupportedCharacterSets(Boolean listSupportedCharacterSets)
If this parameter is specified and the requested engine supports the CharacterSetName
parameter
for CreateDBInstance
, the response includes a list of supported character sets for each engine
version.
listSupportedCharacterSets
- If this parameter is specified and the requested engine supports the CharacterSetName
parameter for CreateDBInstance
, the response includes a list of supported character sets
for each engine version.DescribeDBEngineVersionsRequest.Builder listSupportedTimezones(Boolean listSupportedTimezones)
If this parameter is specified and the requested engine supports the TimeZone
parameter for
CreateDBInstance
, the response includes a list of supported time zones for each engine version.
listSupportedTimezones
- If this parameter is specified and the requested engine supports the TimeZone
parameter
for CreateDBInstance
, the response includes a list of supported time zones for each
engine version.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.