Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeOptionGroupsRequest.Builder,DescribeOptionGroupsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeOptionGroupsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeOptionGroupsRequest.Builder,DescribeOptionGroupsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeOptionGroupsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeOptionGroupsRequest.Builder |
builder() |
|
String |
engineName() |
Filters the list of option groups to only include groups associated with a specific database engine.
|
boolean |
equals(Object obj) |
|
List<Filter> |
filters() |
This parameter is not currently supported.
|
int |
hashCode() |
|
String |
majorEngineVersion() |
Filters the list of option groups to only include groups associated with a specific database engine version.
|
String |
marker() |
An optional pagination token provided by a previous DescribeOptionGroups request.
|
Integer |
maxRecords() |
The maximum number of records to include in the response.
|
String |
optionGroupName() |
The name of the option group to describe.
|
static Class<? extends DescribeOptionGroupsRequest.Builder> |
serializableBuilderClass() |
|
DescribeOptionGroupsRequest.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 optionGroupName()
The name of the option group to describe. Cannot be supplied together with EngineName or MajorEngineVersion.
public List<Filter> filters()
This parameter is not currently supported.
public String marker()
An optional pagination token provided by a previous DescribeOptionGroups request. If this parameter is specified,
the response includes only records beyond the marker, up to the value specified by MaxRecords
.
MaxRecords
.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 engineName()
Filters the list of option groups to only include groups associated with a specific database engine.
public String majorEngineVersion()
Filters the list of option groups to only include groups associated with a specific database engine version. If specified, then EngineName must also be specified.
public DescribeOptionGroupsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeOptionGroupsRequest.Builder,DescribeOptionGroupsRequest>
public static DescribeOptionGroupsRequest.Builder builder()
public static Class<? extends DescribeOptionGroupsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.