Interface DescribeDbProxyTargetsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeDbProxyTargetsResponse.Builder,DescribeDbProxyTargetsResponse>, RdsResponse.Builder, SdkBuilder<DescribeDbProxyTargetsResponse.Builder,DescribeDbProxyTargetsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeDbProxyTargetsResponse

public static interface DescribeDbProxyTargetsResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribeDbProxyTargetsResponse.Builder,DescribeDbProxyTargetsResponse>
  • Method Details

    • targets

      An arbitrary number of DBProxyTarget objects, containing details of the corresponding targets.

      Parameters:
      targets - An arbitrary number of DBProxyTarget objects, containing details of the corresponding targets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targets

      An arbitrary number of DBProxyTarget objects, containing details of the corresponding targets.

      Parameters:
      targets - An arbitrary number of DBProxyTarget objects, containing details of the corresponding targets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targets

      An arbitrary number of DBProxyTarget objects, containing details of the corresponding targets.

      This is a convenience method that creates an instance of the DBProxyTarget.Builder avoiding the need to create one manually via DBProxyTarget.builder().

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

      Parameters:
      targets - a consumer that will call methods on DBProxyTarget.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.