Interface DescribeDbClusterEndpointsResponse.Builder

    • Method Detail

      • marker

        DescribeDbClusterEndpointsResponse.Builder marker​(String marker)

        An 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 - An 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

        DescribeDbClusterEndpointsResponse.Builder dbClusterEndpoints​(Collection<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

        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.