public static interface CustomAmi.Builder extends CopyableBuilder<CustomAmi.Builder,CustomAmi>
Modifier and Type | Method and Description |
---|---|
CustomAmi.Builder |
imageId(String imageId)
THe ID of the image used to create the custom AMI.
|
CustomAmi.Builder |
virtualizationType(String virtualizationType)
The type of virtualization used to create the custom AMI.
|
copy
applyMutation, build
CustomAmi.Builder virtualizationType(String virtualizationType)
The type of virtualization used to create the custom AMI.
virtualizationType
- The type of virtualization used to create the custom AMI.CustomAmi.Builder imageId(String imageId)
THe ID of the image used to create the custom AMI.
imageId
- THe ID of the image used to create the custom AMI.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.