Struct aws_sdk_macie2::input::enable_macie_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for EnableMacieInput
Implementations
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch Events).
pub fn set_finding_publishing_frequency(
self,
input: Option<FindingPublishingFrequency>
) -> Self
pub fn set_finding_publishing_frequency(
self,
input: Option<FindingPublishingFrequency>
) -> Self
Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch Events).
Specifies the new status for the account. To enable Amazon Macie and start all Macie activities for the account, set this value to ENABLED.
Specifies the new status for the account. To enable Amazon Macie and start all Macie activities for the account, set this value to ENABLED.
Consumes the builder and constructs a EnableMacieInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more