Interface DescribeOptionGroupsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeOptionGroupsResponse.Builder,,- DescribeOptionGroupsResponse> - RdsResponse.Builder,- SdkBuilder<DescribeOptionGroupsResponse.Builder,,- DescribeOptionGroupsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeOptionGroupsResponse
@Mutable
@NotThreadSafe
public static interface DescribeOptionGroupsResponse.Builder
extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribeOptionGroupsResponse.Builder,DescribeOptionGroupsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionAn optional pagination token provided by a previous request.optionGroupsList(Collection<OptionGroup> optionGroupsList) List of option groups.optionGroupsList(Consumer<OptionGroup.Builder>... optionGroupsList) List of option groups.optionGroupsList(OptionGroup... optionGroupsList) List of option groups.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
optionGroupsListList of option groups. - Parameters:
- optionGroupsList- List of option groups.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
optionGroupsListList of option groups. - Parameters:
- optionGroupsList- List of option groups.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
optionGroupsListDescribeOptionGroupsResponse.Builder optionGroupsList(Consumer<OptionGroup.Builder>... optionGroupsList) List of option groups. This is a convenience method that creates an instance of theOptionGroup.Builderavoiding the need to create one manually viaOptionGroup.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooptionGroupsList(List<OptionGroup>).- Parameters:
- optionGroupsList- a consumer that will call methods on- OptionGroup.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
markerAn 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 by- MaxRecords.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-