| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
AssetAttributes.Builder |
AssetAttributes.Builder.agentId(String agentId)
The ID of the agent that is installed on the EC2 instance where the finding is generated.
|
AssetAttributes.Builder |
AssetAttributes.Builder.amiId(String amiId)
The ID of the Amazon Machine Image (AMI) that is installed on the EC2 instance where the finding is
generated.
|
AssetAttributes.Builder |
AssetAttributes.Builder.autoScalingGroup(String autoScalingGroup)
The Auto Scaling group of the EC2 instance where the finding is generated.
|
static AssetAttributes.Builder |
AssetAttributes.builder() |
AssetAttributes.Builder |
AssetAttributes.Builder.hostname(String hostname)
The hostname of the EC2 instance where the finding is generated.
|
AssetAttributes.Builder |
AssetAttributes.Builder.ipv4Addresses(Collection<String> ipv4Addresses)
The list of IP v4 addresses of the EC2 instance where the finding is generated.
|
AssetAttributes.Builder |
AssetAttributes.Builder.ipv4Addresses(String... ipv4Addresses)
The list of IP v4 addresses of the EC2 instance where the finding is generated.
|
AssetAttributes.Builder |
AssetAttributes.Builder.networkInterfaces(Collection<NetworkInterface> networkInterfaces)
An array of the network interfaces interacting with the EC2 instance where the finding is generated.
|
AssetAttributes.Builder |
AssetAttributes.Builder.networkInterfaces(Consumer<NetworkInterface.Builder>... networkInterfaces)
An array of the network interfaces interacting with the EC2 instance where the finding is generated.
|
AssetAttributes.Builder |
AssetAttributes.Builder.networkInterfaces(NetworkInterface... networkInterfaces)
An array of the network interfaces interacting with the EC2 instance where the finding is generated.
|
AssetAttributes.Builder |
AssetAttributes.Builder.schemaVersion(Integer schemaVersion)
The schema version of this data type.
|
AssetAttributes.Builder |
AssetAttributes.Builder.tags(Collection<Tag> tags)
The tags related to the EC2 instance where the finding is generated.
|
AssetAttributes.Builder |
AssetAttributes.Builder.tags(Consumer<Tag.Builder>... tags)
The tags related to the EC2 instance where the finding is generated.
|
AssetAttributes.Builder |
AssetAttributes.Builder.tags(Tag... tags)
The tags related to the EC2 instance where the finding is generated.
|
AssetAttributes.Builder |
AssetAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssetAttributes.Builder> |
AssetAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Finding.Builder |
Finding.Builder.assetAttributes(Consumer<AssetAttributes.Builder> assetAttributes)
A collection of attributes of the host from which the finding is generated.
|
Copyright © 2023. All rights reserved.