Interface Ec2Metadata.Builder

  • Method Details

    • amiId

      The ID of the Amazon Machine Image (AMI) used to launch the instance.

      Parameters:
      amiId - The ID of the Amazon Machine Image (AMI) used to launch the instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • platform

      Ec2Metadata.Builder platform(String platform)

      The platform of the instance.

      Parameters:
      platform - The platform of the instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • platform

      Ec2Metadata.Builder platform(Ec2Platform platform)

      The platform of the instance.

      Parameters:
      platform - The platform of the instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tags

      The tags attached to the instance.

      Parameters:
      tags - The tags attached to the instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.