Interface DescribeLayersRequest.Builder

    • Method Detail

      • stackId

        DescribeLayersRequest.Builder stackId​(String stackId)

        The stack ID.

        Parameters:
        stackId - The stack ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • layerIds

        DescribeLayersRequest.Builder layerIds​(Collection<String> layerIds)

        An array of layer IDs that specify the layers to be described. If you omit this parameter, DescribeLayers returns a description of every layer in the specified stack.

        Parameters:
        layerIds - An array of layer IDs that specify the layers to be described. If you omit this parameter, DescribeLayers returns a description of every layer in the specified stack.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • layerIds

        DescribeLayersRequest.Builder layerIds​(String... layerIds)

        An array of layer IDs that specify the layers to be described. If you omit this parameter, DescribeLayers returns a description of every layer in the specified stack.

        Parameters:
        layerIds - An array of layer IDs that specify the layers to be described. If you omit this parameter, DescribeLayers returns a description of every layer in the specified stack.
        Returns:
        Returns a reference to this object so that method calls can be chained together.