| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsEc2InstanceDetails.Builder |
AwsEc2InstanceDetails.builder() |
AwsEc2InstanceDetails.Builder |
AwsEc2InstanceDetails.Builder.iamInstanceProfileArn(String iamInstanceProfileArn)
The IAM profile ARN of the instance.
|
AwsEc2InstanceDetails.Builder |
AwsEc2InstanceDetails.Builder.imageId(String imageId)
The Amazon Machine Image (AMI) ID of the instance.
|
AwsEc2InstanceDetails.Builder |
AwsEc2InstanceDetails.Builder.ipV4Addresses(Collection<String> ipV4Addresses)
The IPv4 addresses associated with the instance.
|
AwsEc2InstanceDetails.Builder |
AwsEc2InstanceDetails.Builder.ipV4Addresses(String... ipV4Addresses)
The IPv4 addresses associated with the instance.
|
AwsEc2InstanceDetails.Builder |
AwsEc2InstanceDetails.Builder.ipV6Addresses(Collection<String> ipV6Addresses)
The IPv6 addresses associated with the instance.
|
AwsEc2InstanceDetails.Builder |
AwsEc2InstanceDetails.Builder.ipV6Addresses(String... ipV6Addresses)
The IPv6 addresses associated with the instance.
|
AwsEc2InstanceDetails.Builder |
AwsEc2InstanceDetails.Builder.keyName(String keyName)
The key name associated with the instance.
|
AwsEc2InstanceDetails.Builder |
AwsEc2InstanceDetails.Builder.launchedAt(String launchedAt)
Indicates when the instance was launched.
|
AwsEc2InstanceDetails.Builder |
AwsEc2InstanceDetails.Builder.subnetId(String subnetId)
The identifier of the subnet that the instance was launched in.
|
AwsEc2InstanceDetails.Builder |
AwsEc2InstanceDetails.toBuilder() |
AwsEc2InstanceDetails.Builder |
AwsEc2InstanceDetails.Builder.type(String type)
The instance type of the instance.
|
AwsEc2InstanceDetails.Builder |
AwsEc2InstanceDetails.Builder.vpcId(String vpcId)
The identifier of the VPC that the instance was launched in.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsEc2InstanceDetails.Builder> |
AwsEc2InstanceDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResourceDetails.Builder |
ResourceDetails.Builder.awsEc2Instance(Consumer<AwsEc2InstanceDetails.Builder> awsEc2Instance)
Details about an Amazon EC2 instance related to a finding.
|
Copyright © 2021. All rights reserved.