Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeOrderableDBInstanceOptionsRequest.Builder,DescribeOrderableDBInstanceOptionsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeOrderableDBInstanceOptionsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeOrderableDBInstanceOptionsRequest.Builder,DescribeOrderableDBInstanceOptionsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeOrderableDBInstanceOptionsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeOrderableDBInstanceOptionsRequest.Builder |
builder() |
|
String |
dbInstanceClass() |
The DB instance class filter value.
|
String |
engine() |
The name of the engine to retrieve DB instance options for.
|
String |
engineVersion() |
The engine version filter value.
|
boolean |
equals(Object obj) |
|
List<Filter> |
filters() |
This parameter is not currently supported.
|
int |
hashCode() |
|
String |
licenseModel() |
The license model filter value.
|
String |
marker() |
An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request.
|
Integer |
maxRecords() |
The maximum number of records to include in the response.
|
static Class<? extends DescribeOrderableDBInstanceOptionsRequest.Builder> |
serializableBuilderClass() |
|
DescribeOrderableDBInstanceOptionsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Boolean |
vpc() |
The VPC filter value.
|
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 name of the engine to retrieve DB instance options for.
public String engineVersion()
The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.
public String dbInstanceClass()
The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.
public String licenseModel()
The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.
public Boolean vpc()
The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.
public List<Filter> filters()
This parameter is not currently supported.
public Integer maxRecords()
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token called a marker is included in the response so that the
remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
MaxRecords
value, a pagination token called a marker is included in the response so that the
remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
public String marker()
An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. If this parameter
is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
MaxRecords
.public DescribeOrderableDBInstanceOptionsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeOrderableDBInstanceOptionsRequest.Builder,DescribeOrderableDBInstanceOptionsRequest>
public static DescribeOrderableDBInstanceOptionsRequest.Builder builder()
public static Class<? extends DescribeOrderableDBInstanceOptionsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.