Interface CustomAmi.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CustomAmi.Builder,CustomAmi>, SdkBuilder<CustomAmi.Builder,CustomAmi>, SdkPojo
Enclosing class:
CustomAmi

public static interface CustomAmi.Builder extends SdkPojo, CopyableBuilder<CustomAmi.Builder,CustomAmi>
  • Method Details

    • virtualizationType

      CustomAmi.Builder virtualizationType(String virtualizationType)

      The type of virtualization used to create the custom AMI.

      Parameters:
      virtualizationType - The type of virtualization used to create the custom AMI.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageId

      CustomAmi.Builder imageId(String imageId)

      THe ID of the image used to create the custom AMI.

      Parameters:
      imageId - THe ID of the image used to create the custom AMI.
      Returns:
      Returns a reference to this object so that method calls can be chained together.