Interface ListEndpointsResponse.Builder

    • Method Detail

      • endpoints

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

        The list of endpoints associated with the specified Outpost.

        Parameters:
        endpoints - The list of endpoints associated with the specified Outpost.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpoints

        ListEndpointsResponse.Builder endpoints​(Endpoint... endpoints)

        The list of endpoints associated with the specified Outpost.

        Parameters:
        endpoints - The list of endpoints associated with the specified Outpost.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEndpointsResponse.Builder nextToken​(String nextToken)

        If the number of endpoints associated with the specified Outpost exceeds MaxResults, you can include this value in subsequent calls to this operation to retrieve more results.

        Parameters:
        nextToken - If the number of endpoints associated with the specified Outpost exceeds MaxResults, you can include this value in subsequent calls to this operation to retrieve more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.