Interface DescribeDbInstancesResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeDbInstancesResponse.Builder,,DescribeDbInstancesResponse> DocDbResponse.Builder,SdkBuilder<DescribeDbInstancesResponse.Builder,,DescribeDbInstancesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeDbInstancesResponse
public static interface DescribeDbInstancesResponse.Builder
extends DocDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeDbInstancesResponse.Builder,DescribeDbInstancesResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondbInstances(Collection<DBInstance> dbInstances) Detailed information about one or more instances.dbInstances(Consumer<DBInstance.Builder>... dbInstances) Detailed information about one or more instances.dbInstances(DBInstance... dbInstances) Detailed information about one or more instances.An optional pagination token provided by a previous request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.docdb.model.DocDbResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
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.
 
 - 
dbInstances
Detailed information about one or more instances.
- Parameters:
 dbInstances- Detailed information about one or more instances.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
dbInstances
Detailed information about one or more instances.
- Parameters:
 dbInstances- Detailed information about one or more instances.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
dbInstances
Detailed information about one or more instances.
This is a convenience method that creates an instance of theDBInstance.Builderavoiding the need to create one manually viaDBInstance.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todbInstances(List<DBInstance>).- Parameters:
 dbInstances- a consumer that will call methods onDBInstance.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -