Interface CompatibleImage.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CompatibleImage.Builder,,CompatibleImage> SdkBuilder<CompatibleImage.Builder,,CompatibleImage> SdkPojo
- Enclosing class:
 CompatibleImage
public static interface CompatibleImage.Builder
extends SdkPojo, CopyableBuilder<CompatibleImage.Builder,CompatibleImage> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier for an individual Snow device AMI.The optional name of a compatible image.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
amiId
The unique identifier for an individual Snow device AMI.
- Parameters:
 amiId- The unique identifier for an individual Snow device AMI.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
The optional name of a compatible image.
- Parameters:
 name- The optional name of a compatible image.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -