Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeDBEngineVersionsRequest.Builder,DescribeDBEngineVersionsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeDBEngineVersionsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeDBEngineVersionsRequest.Builder,DescribeDBEngineVersionsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeDBEngineVersionsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeDBEngineVersionsRequest.Builder |
builder() |
|
String |
dbParameterGroupFamily() |
The name of a specific DB parameter group family to return details for.
|
Boolean |
defaultOnly() |
Indicates that only the default version of the specified engine or engine and major version combination is
returned.
|
String |
engine() |
The database engine to return.
|
String |
engineVersion() |
The database engine version to return.
|
boolean |
equals(Object obj) |
|
List<Filter> |
filters() |
Not currently supported.
|
int |
hashCode() |
|
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. |
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. |
String |
marker() |
An optional pagination token provided by a previous request.
|
Integer |
maxRecords() |
The maximum number of records to include in the response.
|
static Class<? extends DescribeDBEngineVersionsRequest.Builder> |
serializableBuilderClass() |
|
DescribeDBEngineVersionsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String engine()
The database engine to return.
public String engineVersion()
The database engine version to return.
Example: 5.1.49
Example: 5.1.49
public 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
Constraints:
Must be 1 to 255 alphanumeric characters
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
public 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
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.
public 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
.
MaxRecords
.public Boolean defaultOnly()
Indicates that only the default version of the specified engine or engine and major version combination is returned.
public 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.
CharacterSetName
parameter for CreateDBInstance
, the response includes a list of supported character sets for
each engine version.public 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.
TimeZone
parameter for
CreateDBInstance
, the response includes a list of supported time zones for each engine
version.public DescribeDBEngineVersionsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeDBEngineVersionsRequest.Builder,DescribeDBEngineVersionsRequest>
public static DescribeDBEngineVersionsRequest.Builder builder()
public static Class<? extends DescribeDBEngineVersionsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.