public static interface PolicyDetails.Builder extends SdkPojo, CopyableBuilder<PolicyDetails.Builder,PolicyDetails>
| Modifier and Type | Method and Description |
|---|---|
default PolicyDetails.Builder |
action(Consumer<FindingAction.Builder> action)
The action that produced the finding.
|
PolicyDetails.Builder |
action(FindingAction action)
The action that produced the finding.
|
default PolicyDetails.Builder |
actor(Consumer<FindingActor.Builder> actor)
The entity that performed the action that produced the finding.
|
PolicyDetails.Builder |
actor(FindingActor actor)
The entity that performed the action that produced the finding.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPolicyDetails.Builder action(FindingAction action)
The action that produced the finding.
action - The action that produced the finding.default PolicyDetails.Builder action(Consumer<FindingAction.Builder> action)
The action that produced the finding.
This is a convenience that creates an instance of theFindingAction.Builder avoiding the need to
create one manually via FindingAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to action(FindingAction).action - a consumer that will call methods on FindingAction.Builderaction(FindingAction)PolicyDetails.Builder actor(FindingActor actor)
The entity that performed the action that produced the finding.
actor - The entity that performed the action that produced the finding.default PolicyDetails.Builder actor(Consumer<FindingActor.Builder> actor)
The entity that performed the action that produced the finding.
This is a convenience that creates an instance of theFindingActor.Builder avoiding the need to
create one manually via FindingActor.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to actor(FindingActor).actor - a consumer that will call methods on FindingActor.Builderactor(FindingActor)Copyright © 2021. All rights reserved.