Interface ListPrivateGraphEndpointsRequest.Builder

    • Method Detail

      • graphIdentifier

        ListPrivateGraphEndpointsRequest.Builder graphIdentifier​(String graphIdentifier)

        The unique identifier of the Neptune Analytics graph.

        Parameters:
        graphIdentifier - The unique identifier of the Neptune Analytics graph.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPrivateGraphEndpointsRequest.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.
      • maxResults

        ListPrivateGraphEndpointsRequest.Builder maxResults​(Integer maxResults)

        The total number of records to return in the command's output.

        If the total number of records available is more than the value specified, nextToken is provided in the command's output. To resume pagination, provide the nextToken output value in the nextToken argument of a subsequent command. Do not use the nextToken response element directly outside of the Amazon CLI.

        Parameters:
        maxResults - The total number of records to return in the command's output.

        If the total number of records available is more than the value specified, nextToken is provided in the command's output. To resume pagination, provide the nextToken output value in the nextToken argument of a subsequent command. Do not use the nextToken response element directly outside of the Amazon CLI.

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