Struct aws_sdk_config::model::aggregate_evaluation_result::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for AggregateEvaluationResult
Implementations
sourceimpl Builder
impl Builder
sourcepub fn evaluation_result_identifier(
self,
input: EvaluationResultIdentifier
) -> Self
pub fn evaluation_result_identifier(
self,
input: EvaluationResultIdentifier
) -> Self
Uniquely identifies the evaluation result.
sourcepub fn set_evaluation_result_identifier(
self,
input: Option<EvaluationResultIdentifier>
) -> Self
pub fn set_evaluation_result_identifier(
self,
input: Option<EvaluationResultIdentifier>
) -> Self
Uniquely identifies the evaluation result.
sourcepub fn compliance_type(self, input: ComplianceType) -> Self
pub fn compliance_type(self, input: ComplianceType) -> Self
The resource compliance status.
For the AggregationEvaluationResult data type, Config supports only the COMPLIANT and NON_COMPLIANT. Config does not support the NOT_APPLICABLE and INSUFFICIENT_DATA value.
sourcepub fn set_compliance_type(self, input: Option<ComplianceType>) -> Self
pub fn set_compliance_type(self, input: Option<ComplianceType>) -> Self
The resource compliance status.
For the AggregationEvaluationResult data type, Config supports only the COMPLIANT and NON_COMPLIANT. Config does not support the NOT_APPLICABLE and INSUFFICIENT_DATA value.
sourcepub fn result_recorded_time(self, input: DateTime) -> Self
pub fn result_recorded_time(self, input: DateTime) -> Self
The time when Config recorded the aggregate evaluation result.
sourcepub fn set_result_recorded_time(self, input: Option<DateTime>) -> Self
pub fn set_result_recorded_time(self, input: Option<DateTime>) -> Self
The time when Config recorded the aggregate evaluation result.
sourcepub fn config_rule_invoked_time(self, input: DateTime) -> Self
pub fn config_rule_invoked_time(self, input: DateTime) -> Self
The time when the Config rule evaluated the Amazon Web Services resource.
sourcepub fn set_config_rule_invoked_time(self, input: Option<DateTime>) -> Self
pub fn set_config_rule_invoked_time(self, input: Option<DateTime>) -> Self
The time when the Config rule evaluated the Amazon Web Services resource.
sourcepub fn annotation(self, input: impl Into<String>) -> Self
pub fn annotation(self, input: impl Into<String>) -> Self
Supplementary information about how the agrregate evaluation determined the compliance.
sourcepub fn set_annotation(self, input: Option<String>) -> Self
pub fn set_annotation(self, input: Option<String>) -> Self
Supplementary information about how the agrregate evaluation determined the compliance.
sourcepub fn account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
The 12-digit account ID of the source account.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
The 12-digit account ID of the source account.
sourcepub fn aws_region(self, input: impl Into<String>) -> Self
pub fn aws_region(self, input: impl Into<String>) -> Self
The source region from where the data is aggregated.
sourcepub fn set_aws_region(self, input: Option<String>) -> Self
pub fn set_aws_region(self, input: Option<String>) -> Self
The source region from where the data is aggregated.
sourcepub fn build(self) -> AggregateEvaluationResult
pub fn build(self) -> AggregateEvaluationResult
Consumes the builder and constructs a AggregateEvaluationResult
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more