Interface BatchCheckLayerAvailabilityResponse.Builder

    • Method Detail

      • layers

        BatchCheckLayerAvailabilityResponse.Builder layers​(Collection<Layer> layers)

        A list of image layer objects that correspond to the image layer references in the request.

        Parameters:
        layers - A list of image layer objects that correspond to the image layer references in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • layers

        BatchCheckLayerAvailabilityResponse.Builder layers​(Layer... layers)

        A list of image layer objects that correspond to the image layer references in the request.

        Parameters:
        layers - A list of image layer objects that correspond to the image layer references in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failures

        BatchCheckLayerAvailabilityResponse.Builder failures​(LayerFailure... failures)

        Any failures associated with the call.

        Parameters:
        failures - Any failures associated with the call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.