Interface ListManagedEndpointsResponse.Builder

    • Method Detail

      • endpoints

        ListManagedEndpointsResponse.Builder endpoints​(Collection<Endpoint> endpoints)

        The managed endpoints to be listed.

        Parameters:
        endpoints - The managed endpoints to be listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpoints

        ListManagedEndpointsResponse.Builder endpoints​(Endpoint... endpoints)

        The managed endpoints to be listed.

        Parameters:
        endpoints - The managed endpoints to be listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListManagedEndpointsResponse.Builder nextToken​(String nextToken)

        The token for the next set of endpoints to return.

        Parameters:
        nextToken - The token for the next set of endpoints to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.