public static interface DescribeOptionGroupOptionsResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribeOptionGroupOptionsResponse.Builder,DescribeOptionGroupOptionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeOptionGroupOptionsResponse.Builder |
marker(String marker)
An optional pagination token provided by a previous request.
|
DescribeOptionGroupOptionsResponse.Builder |
optionGroupOptions(Collection<OptionGroupOption> optionGroupOptions)
Sets the value of the OptionGroupOptions property for this object.
|
DescribeOptionGroupOptionsResponse.Builder |
optionGroupOptions(Consumer<OptionGroupOption.Builder>... optionGroupOptions)
Sets the value of the OptionGroupOptions property for this object.
|
DescribeOptionGroupOptionsResponse.Builder |
optionGroupOptions(OptionGroupOption... optionGroupOptions)
Sets the value of the OptionGroupOptions property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeOptionGroupOptionsResponse.Builder optionGroupOptions(Collection<OptionGroupOption> optionGroupOptions)
optionGroupOptions - The new value for the OptionGroupOptions property for this object.DescribeOptionGroupOptionsResponse.Builder optionGroupOptions(OptionGroupOption... optionGroupOptions)
optionGroupOptions - The new value for the OptionGroupOptions property for this object.DescribeOptionGroupOptionsResponse.Builder optionGroupOptions(Consumer<OptionGroupOption.Builder>... optionGroupOptions)
OptionGroupOption.Builder avoiding the need to create one
manually via OptionGroupOption.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #optionGroupOptions(List.
optionGroupOptions - a consumer that will call methods on
OptionGroupOption.Builder#optionGroupOptions(java.util.Collection) DescribeOptionGroupOptionsResponse.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
.Copyright © 2023. All rights reserved.