Interface DescribeOptionGroupOptionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeOptionGroupOptionsResponse.Builder,DescribeOptionGroupOptionsResponse>,RdsResponse.Builder,SdkBuilder<DescribeOptionGroupOptionsResponse.Builder,DescribeOptionGroupOptionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeOptionGroupOptionsResponse
public static interface DescribeOptionGroupOptionsResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribeOptionGroupOptionsResponse.Builder,DescribeOptionGroupOptionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeOptionGroupOptionsResponse.Buildermarker(String marker)An optional pagination token provided by a previous request.DescribeOptionGroupOptionsResponse.BuilderoptionGroupOptions(Collection<OptionGroupOption> optionGroupOptions)Sets the value of the OptionGroupOptions property for this object.DescribeOptionGroupOptionsResponse.BuilderoptionGroupOptions(Consumer<OptionGroupOption.Builder>... optionGroupOptions)Sets the value of the OptionGroupOptions property for this object.DescribeOptionGroupOptionsResponse.BuilderoptionGroupOptions(OptionGroupOption... optionGroupOptions)Sets the value of the OptionGroupOptions property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
optionGroupOptions
DescribeOptionGroupOptionsResponse.Builder optionGroupOptions(Collection<OptionGroupOption> optionGroupOptions)
Sets the value of the OptionGroupOptions property for this object.- Parameters:
optionGroupOptions- The new value for the OptionGroupOptions property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optionGroupOptions
DescribeOptionGroupOptionsResponse.Builder optionGroupOptions(OptionGroupOption... optionGroupOptions)
Sets the value of the OptionGroupOptions property for this object.- Parameters:
optionGroupOptions- The new value for the OptionGroupOptions property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optionGroupOptions
DescribeOptionGroupOptionsResponse.Builder optionGroupOptions(Consumer<OptionGroupOption.Builder>... optionGroupOptions)
Sets the value of the OptionGroupOptions property for this object. This is a convenience method that creates an instance of theOptionGroupOption.Builderavoiding the need to create one manually viaOptionGroupOption.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#optionGroupOptions(List.) - Parameters:
optionGroupOptions- a consumer that will call methods onOptionGroupOption.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#optionGroupOptions(java.util.Collection)
-
marker
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.- Parameters:
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 byMaxRecords.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-