Interface DescribeDbClusterEndpointsResponse.Builder

  • Method Details

    • marker

      n optional pagination token provided by a previous DescribeDBClusterEndpoints request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

      Parameters:
      marker - n optional pagination token provided by a previous DescribeDBClusterEndpoints 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.
    • dbClusterEndpoints

      Contains the details of the endpoints associated with the cluster and matching any filter conditions.

      Parameters:
      dbClusterEndpoints - Contains the details of the endpoints associated with the cluster and matching any filter conditions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dbClusterEndpoints

      DescribeDbClusterEndpointsResponse.Builder dbClusterEndpoints(DBClusterEndpoint... dbClusterEndpoints)

      Contains the details of the endpoints associated with the cluster and matching any filter conditions.

      Parameters:
      dbClusterEndpoints - Contains the details of the endpoints associated with the cluster and matching any filter conditions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dbClusterEndpoints

      Contains the details of the endpoints associated with the cluster and matching any filter conditions.

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

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

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