Interface ListEndpointsResponse.Builder

    • Method Detail

      • endpointPropertiesList

        ListEndpointsResponse.Builder endpointPropertiesList​(Collection<EndpointProperties> endpointPropertiesList)

        Displays a list of endpoint properties being retrieved by the service in response to the request.

        Parameters:
        endpointPropertiesList - Displays a list of endpoint properties being retrieved by the service in response to the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpointPropertiesList

        ListEndpointsResponse.Builder endpointPropertiesList​(EndpointProperties... endpointPropertiesList)

        Displays a list of endpoint properties being retrieved by the service in response to the request.

        Parameters:
        endpointPropertiesList - Displays a list of endpoint properties being retrieved by the service in response to the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEndpointsResponse.Builder nextToken​(String nextToken)

        Identifies the next page of results to return.

        Parameters:
        nextToken - Identifies the next page of results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.