Interface Resource.Builder

    • Method Detail

      • id

        Resource.Builder id​(String id)

        The identifier for the resource.

        Parameters:
        id - The identifier for the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subResourceId

        Resource.Builder subResourceId​(String subResourceId)

        The identifier for a section of the resource, such as an AWS Lambda layer.

        Parameters:
        subResourceId - The identifier for a section of the resource, such as an AWS Lambda layer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.