Interface Ec2AmiResource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Ec2AmiResource.Builder,Ec2AmiResource>,SdkBuilder<Ec2AmiResource.Builder,Ec2AmiResource>,SdkPojo
- Enclosing class:
- Ec2AmiResource
public static interface Ec2AmiResource.Builder extends SdkPojo, CopyableBuilder<Ec2AmiResource.Builder,Ec2AmiResource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ec2AmiResource.BuilderamiId(String amiId)The ID of the AMI in Amazon EC2.Ec2AmiResource.BuildersnowballAmiId(String snowballAmiId)The ID of the AMI on the Snow device.-
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
Ec2AmiResource.Builder amiId(String amiId)
The ID of the AMI in Amazon EC2.
- Parameters:
amiId- The ID of the AMI in Amazon EC2.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snowballAmiId
Ec2AmiResource.Builder snowballAmiId(String snowballAmiId)
The ID of the AMI on the Snow device.
- Parameters:
snowballAmiId- The ID of the AMI on the Snow device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-