Interface BatchGetDevEndpointsResponse.Builder

    • Method Detail

      • devEndpoints

        BatchGetDevEndpointsResponse.Builder devEndpoints​(Collection<DevEndpoint> devEndpoints)

        A list of DevEndpoint definitions.

        Parameters:
        devEndpoints - A list of DevEndpoint definitions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • devEndpoints

        BatchGetDevEndpointsResponse.Builder devEndpoints​(DevEndpoint... devEndpoints)

        A list of DevEndpoint definitions.

        Parameters:
        devEndpoints - A list of DevEndpoint definitions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • devEndpointsNotFound

        BatchGetDevEndpointsResponse.Builder devEndpointsNotFound​(Collection<String> devEndpointsNotFound)

        A list of DevEndpoints not found.

        Parameters:
        devEndpointsNotFound - A list of DevEndpoints not found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • devEndpointsNotFound

        BatchGetDevEndpointsResponse.Builder devEndpointsNotFound​(String... devEndpointsNotFound)

        A list of DevEndpoints not found.

        Parameters:
        devEndpointsNotFound - A list of DevEndpoints not found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.