Ec2Instance.Builder |
Ec2Instance.Builder.availabilityZone(String availabilityZone) |
The availability zone of the Amazon EC2 instance.
|
static Ec2Instance.Builder |
Ec2Instance.builder() |
|
Ec2Instance.Builder |
Ec2Instance.Builder.ec2NetworkInterfaceUids(String... ec2NetworkInterfaceUids) |
The ID of the network interface.
|
Ec2Instance.Builder |
Ec2Instance.Builder.ec2NetworkInterfaceUids(Collection<String> ec2NetworkInterfaceUids) |
The ID of the network interface.
|
default Ec2Instance.Builder |
Ec2Instance.Builder.iamInstanceProfile(Consumer<IamInstanceProfile.Builder> iamInstanceProfile) |
Sets the value of the IamInstanceProfile property for this object.
|
Ec2Instance.Builder |
Ec2Instance.Builder.iamInstanceProfile(IamInstanceProfile iamInstanceProfile) |
Sets the value of the IamInstanceProfile property for this object.
|
Ec2Instance.Builder |
Ec2Instance.Builder.imageDescription(String imageDescription) |
The image description of the Amazon EC2 instance.
|
Ec2Instance.Builder |
Ec2Instance.Builder.instanceState(String instanceState) |
The state of the Amazon EC2 instance.
|
Ec2Instance.Builder |
Ec2Instance.Builder.instanceType(String instanceType) |
Type of the Amazon EC2 instance.
|
Ec2Instance.Builder |
Ec2Instance.Builder.outpostArn(String outpostArn) |
The Amazon Resource Name (ARN) of the Amazon Web Services Outpost.
|
Ec2Instance.Builder |
Ec2Instance.Builder.platform(String platform) |
The platform of the Amazon EC2 instance.
|
Ec2Instance.Builder |
Ec2Instance.Builder.productCodes(Collection<ProductCode> productCodes) |
The product code of the Amazon EC2 instance.
|
Ec2Instance.Builder |
Ec2Instance.Builder.productCodes(Consumer<ProductCode.Builder>... productCodes) |
The product code of the Amazon EC2 instance.
|
Ec2Instance.Builder |
Ec2Instance.Builder.productCodes(ProductCode... productCodes) |
The product code of the Amazon EC2 instance.
|
Ec2Instance.Builder |
Ec2Instance.toBuilder() |
|