| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static FindingActor.Builder |
FindingActor.builder() |
default FindingActor.Builder |
FindingActor.Builder.domainDetails(Consumer<DomainDetails.Builder> domainDetails)
The domain name of the device that the entity used to perform the action on the affected resource.
|
FindingActor.Builder |
FindingActor.Builder.domainDetails(DomainDetails domainDetails)
The domain name of the device that the entity used to perform the action on the affected resource.
|
default FindingActor.Builder |
FindingActor.Builder.ipAddressDetails(Consumer<IpAddressDetails.Builder> ipAddressDetails)
The IP address of the device that the entity used to perform the action on the affected resource.
|
FindingActor.Builder |
FindingActor.Builder.ipAddressDetails(IpAddressDetails ipAddressDetails)
The IP address of the device that the entity used to perform the action on the affected resource.
|
FindingActor.Builder |
FindingActor.toBuilder() |
default FindingActor.Builder |
FindingActor.Builder.userIdentity(Consumer<UserIdentity.Builder> userIdentity)
The type and other characteristics of the entity that performed the action on the affected resource.
|
FindingActor.Builder |
FindingActor.Builder.userIdentity(UserIdentity userIdentity)
The type and other characteristics of the entity that performed the action on the affected resource.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FindingActor.Builder> |
FindingActor.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PolicyDetails.Builder |
PolicyDetails.Builder.actor(Consumer<FindingActor.Builder> actor)
The entity that performed the action that produced the finding.
|
Copyright © 2022. All rights reserved.