Interface Ec2Metadata.Builder

    • Method Detail

      • amiId

        Ec2Metadata.Builder amiId​(String 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:
        Ec2Platform, Ec2Platform
      • 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:
        Ec2Platform, Ec2Platform
      • tags

        Ec2Metadata.Builder tags​(Map<String,​String> 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.