public static interface Finding.Builder extends CopyableBuilder<Finding.Builder,Finding>
| Modifier and Type | Method and Description |
|---|---|
Finding.Builder |
accountId(String accountId)
AWS account ID where the activity occurred that prompted GuardDuty to generate a finding.
|
Finding.Builder |
arn(String arn)
The ARN of a finding described by the action.
|
Finding.Builder |
confidence(Double confidence)
The confidence level of a finding.
|
Finding.Builder |
createdAt(String createdAt)
The time stamp at which a finding was generated.
|
Finding.Builder |
description(String description)
The description of a finding.
|
Finding.Builder |
id(String id)
The identifier that corresponds to a finding described by the action.
|
Finding.Builder |
partition(String partition)
The AWS resource partition.
|
Finding.Builder |
region(String region)
The AWS region where the activity occurred that prompted GuardDuty to generate a finding.
|
default Finding.Builder |
resource(Consumer<Resource.Builder> resource)
The AWS resource associated with the activity that prompted GuardDuty to generate a finding.
|
Finding.Builder |
resource(Resource resource)
The AWS resource associated with the activity that prompted GuardDuty to generate a finding.
|
Finding.Builder |
schemaVersion(String schemaVersion)
Findings' schema version.
|
default Finding.Builder |
service(Consumer<Service.Builder> service)
Additional information assigned to the generated finding by GuardDuty.
|
Finding.Builder |
service(Service service)
Additional information assigned to the generated finding by GuardDuty.
|
Finding.Builder |
severity(Double severity)
The severity of a finding.
|
Finding.Builder |
title(String title)
The title of a finding.
|
Finding.Builder |
type(String type)
The type of a finding described by the action.
|
Finding.Builder |
updatedAt(String updatedAt)
The time stamp at which a finding was last updated.
|
copyapply, buildFinding.Builder accountId(String accountId)
accountId - AWS account ID where the activity occurred that prompted GuardDuty to generate a finding.Finding.Builder arn(String arn)
arn - The ARN of a finding described by the action.Finding.Builder confidence(Double confidence)
confidence - The confidence level of a finding.Finding.Builder createdAt(String createdAt)
createdAt - The time stamp at which a finding was generated.Finding.Builder description(String description)
description - The description of a finding.Finding.Builder id(String id)
id - The identifier that corresponds to a finding described by the action.Finding.Builder partition(String partition)
partition - The AWS resource partition.Finding.Builder region(String region)
region - The AWS region where the activity occurred that prompted GuardDuty to generate a finding.Finding.Builder resource(Resource resource)
resource - The AWS resource associated with the activity that prompted GuardDuty to generate a finding.default Finding.Builder resource(Consumer<Resource.Builder> resource)
Resource.Builder avoiding the need to create one manually
via Resource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to resource(Resource).resource - a consumer that will call methods on Resource.Builderresource(Resource)Finding.Builder schemaVersion(String schemaVersion)
schemaVersion - Findings' schema version.Finding.Builder service(Service service)
service - Additional information assigned to the generated finding by GuardDuty.default Finding.Builder service(Consumer<Service.Builder> service)
Service.Builder avoiding the need to create one manually via
Service.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to service(Service).service - a consumer that will call methods on Service.Builderservice(Service)Finding.Builder severity(Double severity)
severity - The severity of a finding.Finding.Builder title(String title)
title - The title of a finding.Finding.Builder type(String type)
type - The type of a finding described by the action.Finding.Builder updatedAt(String updatedAt)
updatedAt - The time stamp at which a finding was last updated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.