| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstanceDetails.Builder> |
InstanceDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Resource.Builder |
Resource.Builder.instanceDetails(Consumer<InstanceDetails.Builder> instanceDetails)
The information about the EC2 instance associated with the activity that prompted GuardDuty to generate a
finding.
|
Copyright © 2023. All rights reserved.