Interface DescribeDbSubnetGroupsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeDbSubnetGroupsResponse.Builder,,- DescribeDbSubnetGroupsResponse> - RdsResponse.Builder,- SdkBuilder<DescribeDbSubnetGroupsResponse.Builder,,- DescribeDbSubnetGroupsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeDbSubnetGroupsResponse
@Mutable
@NotThreadSafe
public static interface DescribeDbSubnetGroupsResponse.Builder
extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribeDbSubnetGroupsResponse.Builder,DescribeDbSubnetGroupsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondbSubnetGroups(Collection<DBSubnetGroup> dbSubnetGroups) A list ofDBSubnetGroupinstances.dbSubnetGroups(Consumer<DBSubnetGroup.Builder>... dbSubnetGroups) A list ofDBSubnetGroupinstances.dbSubnetGroups(DBSubnetGroup... dbSubnetGroups) A list ofDBSubnetGroupinstances.An optional pagination token provided by a previous request.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- 
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.
 
- 
dbSubnetGroupsA list of DBSubnetGroupinstances.- Parameters:
- dbSubnetGroups- A list of- DBSubnetGroupinstances.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbSubnetGroupsA list of DBSubnetGroupinstances.- Parameters:
- dbSubnetGroups- A list of- DBSubnetGroupinstances.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbSubnetGroupsDescribeDbSubnetGroupsResponse.Builder dbSubnetGroups(Consumer<DBSubnetGroup.Builder>... dbSubnetGroups) A list of This is a convenience method that creates an instance of theDBSubnetGroupinstances.DBSubnetGroup.Builderavoiding the need to create one manually viaDBSubnetGroup.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todbSubnetGroups(List<DBSubnetGroup>).- Parameters:
- dbSubnetGroups- a consumer that will call methods on- DBSubnetGroup.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-