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 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 by MaxRecords .
      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

      DescribeDbInstancesResponse.Builder dbInstances(DBInstance... 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 the DBInstance.Builder avoiding the need to create one manually via DBInstance.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to dbInstances(List<DBInstance>).

      Parameters:
      dbInstances - a consumer that will call methods on DBInstance.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: