@Generated(value="software.amazon.awssdk:codegen") public final class DescribeOptionGroupsRequest extends RdsRequest implements ToCopyableBuilder<DescribeOptionGroupsRequest.Builder,DescribeOptionGroupsRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
DescribeOptionGroupsRequest.Builder |
Modifier and Type | Method and 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.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeOptionGroupsRequest.Builder> |
serializableBuilderClass() |
DescribeOptionGroupsRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String optionGroupName()
The name of the option group to describe. Can't be supplied together with EngineName or MajorEngineVersion.
public List<Filter> filters()
This parameter is not currently supported.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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()
toBuilder
in interface ToCopyableBuilder<DescribeOptionGroupsRequest.Builder,DescribeOptionGroupsRequest>
toBuilder
in class RdsRequest
public static DescribeOptionGroupsRequest.Builder builder()
public static Class<? extends DescribeOptionGroupsRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2019. All rights reserved.