#[non_exhaustive]pub struct GetMacieSessionOutputBuilder { /* private fields */ }
Expand description
A builder for GetMacieSessionOutput
.
Implementations§
source§impl GetMacieSessionOutputBuilder
impl GetMacieSessionOutputBuilder
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie account was created.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie account was created.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie account was created.
sourcepub fn finding_publishing_frequency(
self,
input: FindingPublishingFrequency
) -> Self
pub fn finding_publishing_frequency( self, input: FindingPublishingFrequency ) -> Self
The frequency with which Amazon Macie publishes updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).
sourcepub fn set_finding_publishing_frequency(
self,
input: Option<FindingPublishingFrequency>
) -> Self
pub fn set_finding_publishing_frequency( self, input: Option<FindingPublishingFrequency> ) -> Self
The frequency with which Amazon Macie publishes updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).
sourcepub fn get_finding_publishing_frequency(
&self
) -> &Option<FindingPublishingFrequency>
pub fn get_finding_publishing_frequency( &self ) -> &Option<FindingPublishingFrequency>
The frequency with which Amazon Macie publishes updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).
sourcepub fn service_role(self, input: impl Into<String>) -> Self
pub fn service_role(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the service-linked role that allows Amazon Macie to monitor and analyze data in Amazon Web Services resources for the account.
sourcepub fn set_service_role(self, input: Option<String>) -> Self
pub fn set_service_role(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the service-linked role that allows Amazon Macie to monitor and analyze data in Amazon Web Services resources for the account.
sourcepub fn get_service_role(&self) -> &Option<String>
pub fn get_service_role(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the service-linked role that allows Amazon Macie to monitor and analyze data in Amazon Web Services resources for the account.
sourcepub fn status(self, input: MacieStatus) -> Self
pub fn status(self, input: MacieStatus) -> Self
The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account.
sourcepub fn set_status(self, input: Option<MacieStatus>) -> Self
pub fn set_status(self, input: Option<MacieStatus>) -> Self
The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account.
sourcepub fn get_status(&self) -> &Option<MacieStatus>
pub fn get_status(&self) -> &Option<MacieStatus>
The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account.
sourcepub fn updated_at(self, input: DateTime) -> Self
pub fn updated_at(self, input: DateTime) -> Self
The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the Amazon Macie account.
sourcepub fn set_updated_at(self, input: Option<DateTime>) -> Self
pub fn set_updated_at(self, input: Option<DateTime>) -> Self
The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the Amazon Macie account.
sourcepub fn get_updated_at(&self) -> &Option<DateTime>
pub fn get_updated_at(&self) -> &Option<DateTime>
The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the Amazon Macie account.
sourcepub fn build(self) -> GetMacieSessionOutput
pub fn build(self) -> GetMacieSessionOutput
Consumes the builder and constructs a GetMacieSessionOutput
.
Trait Implementations§
source§impl Clone for GetMacieSessionOutputBuilder
impl Clone for GetMacieSessionOutputBuilder
source§fn clone(&self) -> GetMacieSessionOutputBuilder
fn clone(&self) -> GetMacieSessionOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetMacieSessionOutputBuilder
impl Debug for GetMacieSessionOutputBuilder
source§impl Default for GetMacieSessionOutputBuilder
impl Default for GetMacieSessionOutputBuilder
source§fn default() -> GetMacieSessionOutputBuilder
fn default() -> GetMacieSessionOutputBuilder
source§impl PartialEq<GetMacieSessionOutputBuilder> for GetMacieSessionOutputBuilder
impl PartialEq<GetMacieSessionOutputBuilder> for GetMacieSessionOutputBuilder
source§fn eq(&self, other: &GetMacieSessionOutputBuilder) -> bool
fn eq(&self, other: &GetMacieSessionOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.