InstanceDetails.Builder |
InstanceDetails.Builder.availabilityZone(String availabilityZone) |
The Availability Zone of the EC2 instance.
|
static InstanceDetails.Builder |
InstanceDetails.builder() |
|
default InstanceDetails.Builder |
InstanceDetails.Builder.iamInstanceProfile(Consumer<IamInstanceProfile.Builder> iamInstanceProfile) |
The profile information of the EC2 instance.
|
InstanceDetails.Builder |
InstanceDetails.Builder.iamInstanceProfile(IamInstanceProfile iamInstanceProfile) |
The profile information of the EC2 instance.
|
InstanceDetails.Builder |
InstanceDetails.Builder.imageDescription(String imageDescription) |
The image description of the EC2 instance.
|
InstanceDetails.Builder |
InstanceDetails.Builder.imageId(String imageId) |
The image ID of the EC2 instance.
|
InstanceDetails.Builder |
InstanceDetails.Builder.instanceId(String instanceId) |
The ID of the EC2 instance.
|
InstanceDetails.Builder |
InstanceDetails.Builder.instanceState(String instanceState) |
The state of the EC2 instance.
|
InstanceDetails.Builder |
InstanceDetails.Builder.instanceType(String instanceType) |
The type of the EC2 instance.
|
InstanceDetails.Builder |
InstanceDetails.Builder.launchTime(String launchTime) |
The launch time of the EC2 instance.
|
InstanceDetails.Builder |
InstanceDetails.Builder.networkInterfaces(Collection<NetworkInterface> networkInterfaces) |
The elastic network interface information of the EC2 instance.
|
InstanceDetails.Builder |
InstanceDetails.Builder.networkInterfaces(Consumer<NetworkInterface.Builder>... networkInterfaces) |
The elastic network interface information of the EC2 instance.
|
InstanceDetails.Builder |
InstanceDetails.Builder.networkInterfaces(NetworkInterface... networkInterfaces) |
The elastic network interface information of the EC2 instance.
|
InstanceDetails.Builder |
InstanceDetails.Builder.outpostArn(String outpostArn) |
The Amazon Resource Name (ARN) of the Amazon Web Services Outpost.
|
InstanceDetails.Builder |
InstanceDetails.Builder.platform(String platform) |
The platform of the EC2 instance.
|
InstanceDetails.Builder |
InstanceDetails.Builder.productCodes(Collection<ProductCode> productCodes) |
The product code of the EC2 instance.
|
InstanceDetails.Builder |
InstanceDetails.Builder.productCodes(Consumer<ProductCode.Builder>... productCodes) |
The product code of the EC2 instance.
|
InstanceDetails.Builder |
InstanceDetails.Builder.productCodes(ProductCode... productCodes) |
The product code of the EC2 instance.
|
InstanceDetails.Builder |
InstanceDetails.Builder.tags(Collection<Tag> tags) |
The tags of the EC2 instance.
|
InstanceDetails.Builder |
InstanceDetails.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags of the EC2 instance.
|
InstanceDetails.Builder |
InstanceDetails.Builder.tags(Tag... tags) |
The tags of the EC2 instance.
|
InstanceDetails.Builder |
InstanceDetails.toBuilder() |
|