public static interface AwsEc2InstanceDetails.Builder extends SdkPojo, CopyableBuilder<AwsEc2InstanceDetails.Builder,AwsEc2InstanceDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEc2InstanceDetails.Builder |
iamInstanceProfileArn(String iamInstanceProfileArn)
The IAM instance profile ARN of the Amazon EC2 instance.
|
AwsEc2InstanceDetails.Builder |
imageId(String imageId)
The image ID of the Amazon EC2 instance.
|
AwsEc2InstanceDetails.Builder |
ipV4Addresses(Collection<String> ipV4Addresses)
The IPv4 addresses of the Amazon EC2 instance.
|
AwsEc2InstanceDetails.Builder |
ipV4Addresses(String... ipV4Addresses)
The IPv4 addresses of the Amazon EC2 instance.
|
AwsEc2InstanceDetails.Builder |
ipV6Addresses(Collection<String> ipV6Addresses)
The IPv6 addresses of the Amazon EC2 instance.
|
AwsEc2InstanceDetails.Builder |
ipV6Addresses(String... ipV6Addresses)
The IPv6 addresses of the Amazon EC2 instance.
|
AwsEc2InstanceDetails.Builder |
keyName(String keyName)
The name of the key pair used to launch the Amazon EC2 instance.
|
AwsEc2InstanceDetails.Builder |
launchedAt(Instant launchedAt)
The date and time the Amazon EC2 instance was launched at.
|
AwsEc2InstanceDetails.Builder |
platform(String platform)
The platform of the Amazon EC2 instance.
|
AwsEc2InstanceDetails.Builder |
subnetId(String subnetId)
The subnet ID of the Amazon EC2 instance.
|
AwsEc2InstanceDetails.Builder |
type(String type)
The type of the Amazon EC2 instance.
|
AwsEc2InstanceDetails.Builder |
vpcId(String vpcId)
The VPC ID of the Amazon EC2 instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEc2InstanceDetails.Builder iamInstanceProfileArn(String iamInstanceProfileArn)
The IAM instance profile ARN of the Amazon EC2 instance.
iamInstanceProfileArn - The IAM instance profile ARN of the Amazon EC2 instance.AwsEc2InstanceDetails.Builder imageId(String imageId)
The image ID of the Amazon EC2 instance.
imageId - The image ID of the Amazon EC2 instance.AwsEc2InstanceDetails.Builder ipV4Addresses(Collection<String> ipV4Addresses)
The IPv4 addresses of the Amazon EC2 instance.
ipV4Addresses - The IPv4 addresses of the Amazon EC2 instance.AwsEc2InstanceDetails.Builder ipV4Addresses(String... ipV4Addresses)
The IPv4 addresses of the Amazon EC2 instance.
ipV4Addresses - The IPv4 addresses of the Amazon EC2 instance.AwsEc2InstanceDetails.Builder ipV6Addresses(Collection<String> ipV6Addresses)
The IPv6 addresses of the Amazon EC2 instance.
ipV6Addresses - The IPv6 addresses of the Amazon EC2 instance.AwsEc2InstanceDetails.Builder ipV6Addresses(String... ipV6Addresses)
The IPv6 addresses of the Amazon EC2 instance.
ipV6Addresses - The IPv6 addresses of the Amazon EC2 instance.AwsEc2InstanceDetails.Builder keyName(String keyName)
The name of the key pair used to launch the Amazon EC2 instance.
keyName - The name of the key pair used to launch the Amazon EC2 instance.AwsEc2InstanceDetails.Builder launchedAt(Instant launchedAt)
The date and time the Amazon EC2 instance was launched at.
launchedAt - The date and time the Amazon EC2 instance was launched at.AwsEc2InstanceDetails.Builder platform(String platform)
The platform of the Amazon EC2 instance.
platform - The platform of the Amazon EC2 instance.AwsEc2InstanceDetails.Builder subnetId(String subnetId)
The subnet ID of the Amazon EC2 instance.
subnetId - The subnet ID of the Amazon EC2 instance.AwsEc2InstanceDetails.Builder type(String type)
The type of the Amazon EC2 instance.
type - The type of the Amazon EC2 instance.AwsEc2InstanceDetails.Builder vpcId(String vpcId)
The VPC ID of the Amazon EC2 instance.
vpcId - The VPC ID of the Amazon EC2 instance.Copyright © 2022. All rights reserved.