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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomAmi.BuilderimageId(String imageId)THe ID of the image used to create the custom AMI.CustomAmi.BuildervirtualizationType(String virtualizationType)The type of virtualization used to create the custom AMI.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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.
-
-