Struct aws_sdk_macie2::model::finding_actor::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for FindingActor
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn domain_details(self, input: DomainDetails) -> Self
pub fn domain_details(self, input: DomainDetails) -> Self
The domain name of the device that the entity used to perform the action on the affected resource.
sourcepub fn set_domain_details(self, input: Option<DomainDetails>) -> Self
pub fn set_domain_details(self, input: Option<DomainDetails>) -> Self
The domain name of the device that the entity used to perform the action on the affected resource.
sourcepub fn ip_address_details(self, input: IpAddressDetails) -> Self
pub fn ip_address_details(self, input: IpAddressDetails) -> Self
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.
sourcepub fn set_ip_address_details(self, input: Option<IpAddressDetails>) -> Self
pub fn set_ip_address_details(self, input: Option<IpAddressDetails>) -> Self
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.
sourcepub fn user_identity(self, input: UserIdentity) -> Self
pub fn user_identity(self, input: UserIdentity) -> Self
The type and other characteristics of the entity that performed the action on the affected resource.
sourcepub fn set_user_identity(self, input: Option<UserIdentity>) -> Self
pub fn set_user_identity(self, input: Option<UserIdentity>) -> Self
The type and other characteristics of the entity that performed the action on the affected resource.
sourcepub fn build(self) -> FindingActor
pub fn build(self) -> FindingActor
Consumes the builder and constructs a FindingActor
.