Interface CustomLaunchTemplate.Builder

    • Method Detail

      • id

        CustomLaunchTemplate.Builder id​(String id)

        The ID of the EC2 launch template to use to provision instances.

        Example: lt-xxxx

        Parameters:
        id - The ID of the EC2 launch template to use to provision instances.

        Example: lt-xxxx

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • version

        CustomLaunchTemplate.Builder version​(String version)

        The version of the EC2 launch template to use to provision instances.

        Parameters:
        version - The version of the EC2 launch template to use to provision instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.