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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompatibleImage.BuilderamiId(String amiId)The unique identifier for an individual Snow device AMI.CompatibleImage.Buildername(String name)The optional name of a compatible image.-
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, sdkFields
-
-
-
-
Method Detail
-
amiId
CompatibleImage.Builder amiId(String 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
CompatibleImage.Builder name(String 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.
-
-