public static interface FindingActor.Builder extends SdkPojo, CopyableBuilder<FindingActor.Builder,FindingActor>
| Modifier and Type | Method and Description |
|---|---|
default 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 |
domainDetails(DomainDetails domainDetails)
The domain name of the device that the entity used to perform the action on the affected resource.
|
default 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 |
ipAddressDetails(IpAddressDetails ipAddressDetails)
The IP address of the device that the entity used to perform the action on the affected resource.
|
default 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 |
userIdentity(UserIdentity userIdentity)
The type and other characteristics of the entity that performed the action on the affected resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFindingActor.Builder domainDetails(DomainDetails domainDetails)
The domain name of the device that the entity used to perform the action on the affected resource.
domainDetails - The domain name of the device that the entity used to perform the action on the affected resource.default 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.
This is a convenience that creates an instance of theDomainDetails.Builder avoiding the need to
create one manually via DomainDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to domainDetails(DomainDetails).domainDetails - a consumer that will call methods on DomainDetails.BuilderdomainDetails(DomainDetails)FindingActor.Builder ipAddressDetails(IpAddressDetails ipAddressDetails)
The IP address of the device that the entity used to perform the action on the affected resource. This object also provides information such as the owner and geographic location for the IP address.
ipAddressDetails - The IP address of the device that the entity used to perform the action on the affected resource. This
object also provides information such as the owner and geographic location for the IP address.default 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. This object also provides information such as the owner and geographic location for the IP address.
This is a convenience that creates an instance of theIpAddressDetails.Builder avoiding the need to
create one manually via IpAddressDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to ipAddressDetails(IpAddressDetails).ipAddressDetails - a consumer that will call methods on IpAddressDetails.BuilderipAddressDetails(IpAddressDetails)FindingActor.Builder userIdentity(UserIdentity userIdentity)
The type and other characteristics of the entity that performed the action on the affected resource.
userIdentity - The type and other characteristics of the entity that performed the action on the affected resource.default FindingActor.Builder userIdentity(Consumer<UserIdentity.Builder> userIdentity)
The type and other characteristics of the entity that performed the action on the affected resource.
This is a convenience that creates an instance of theUserIdentity.Builder avoiding the need to
create one manually via UserIdentity.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to userIdentity(UserIdentity).userIdentity - a consumer that will call methods on UserIdentity.BuilderuserIdentity(UserIdentity)Copyright © 2020. All rights reserved.