Interface ListPrivateGraphEndpointsResponse.Builder

    • Method Detail

      • privateGraphEndpoints

        ListPrivateGraphEndpointsResponse.Builder privateGraphEndpoints​(Collection<PrivateGraphEndpointSummary> privateGraphEndpoints)

        A list of private endpoints for the specified Neptune Analytics graph.

        Parameters:
        privateGraphEndpoints - A list of private endpoints for the specified Neptune Analytics graph.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • privateGraphEndpoints

        ListPrivateGraphEndpointsResponse.Builder privateGraphEndpoints​(PrivateGraphEndpointSummary... privateGraphEndpoints)

        A list of private endpoints for the specified Neptune Analytics graph.

        Parameters:
        privateGraphEndpoints - A list of private endpoints for the specified Neptune Analytics graph.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPrivateGraphEndpointsResponse.Builder nextToken​(String nextToken)

        Pagination token used to paginate output.

        When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.

        Parameters:
        nextToken - Pagination token used to paginate output.

        When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.

        Returns:
        Returns a reference to this object so that method calls can be chained together.