public static interface Service.Builder extends SdkPojo, CopyableBuilder<Service.Builder,Service>
| Modifier and Type | Method and Description |
|---|---|
Service.Builder |
action(Action action)
Information about the activity described in a finding.
|
default Service.Builder |
action(Consumer<Action.Builder> action)
Information about the activity described in a finding.
|
Service.Builder |
archived(Boolean archived)
Indicates whether this finding is archived.
|
Service.Builder |
count(Integer count)
Total count of the occurrences of this finding type.
|
Service.Builder |
detectorId(String detectorId)
Detector ID for the GuardDuty service.
|
Service.Builder |
eventFirstSeen(String eventFirstSeen)
First seen timestamp of the activity that prompted GuardDuty to generate this finding.
|
Service.Builder |
eventLastSeen(String eventLastSeen)
Last seen timestamp of the activity that prompted GuardDuty to generate this finding.
|
default Service.Builder |
evidence(Consumer<Evidence.Builder> evidence)
An evidence object associated with the service.
|
Service.Builder |
evidence(Evidence evidence)
An evidence object associated with the service.
|
Service.Builder |
resourceRole(String resourceRole)
Resource role information for this finding.
|
Service.Builder |
serviceName(String serviceName)
The name of the AWS service (GuardDuty) that generated a finding.
|
Service.Builder |
userFeedback(String userFeedback)
Feedback left about the finding.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildService.Builder action(Action action)
Information about the activity described in a finding.
action - Information about the activity described in a finding.default Service.Builder action(Consumer<Action.Builder> action)
Information about the activity described in a finding.
This is a convenience that creates an instance of theAction.Builder avoiding the need to create one
manually via Action.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to action(Action).action - a consumer that will call methods on Action.Builderaction(Action)Service.Builder evidence(Evidence evidence)
An evidence object associated with the service.
evidence - An evidence object associated with the service.default Service.Builder evidence(Consumer<Evidence.Builder> evidence)
An evidence object associated with the service.
This is a convenience that creates an instance of theEvidence.Builder avoiding the need to create
one manually via Evidence.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to evidence(Evidence).evidence - a consumer that will call methods on Evidence.Builderevidence(Evidence)Service.Builder archived(Boolean archived)
Indicates whether this finding is archived.
archived - Indicates whether this finding is archived.Service.Builder count(Integer count)
Total count of the occurrences of this finding type.
count - Total count of the occurrences of this finding type.Service.Builder detectorId(String detectorId)
Detector ID for the GuardDuty service.
detectorId - Detector ID for the GuardDuty service.Service.Builder eventFirstSeen(String eventFirstSeen)
First seen timestamp of the activity that prompted GuardDuty to generate this finding.
eventFirstSeen - First seen timestamp of the activity that prompted GuardDuty to generate this finding.Service.Builder eventLastSeen(String eventLastSeen)
Last seen timestamp of the activity that prompted GuardDuty to generate this finding.
eventLastSeen - Last seen timestamp of the activity that prompted GuardDuty to generate this finding.Service.Builder resourceRole(String resourceRole)
Resource role information for this finding.
resourceRole - Resource role information for this finding.Service.Builder serviceName(String serviceName)
The name of the AWS service (GuardDuty) that generated a finding.
serviceName - The name of the AWS service (GuardDuty) that generated a finding.Service.Builder userFeedback(String userFeedback)
Feedback left about the finding.
userFeedback - Feedback left about the finding.Copyright © 2019. All rights reserved.