Struct aws_sdk_config::model::external_evaluation::Builder
source · [−]pub struct Builder { /* private fields */ }Expand description
A builder for ExternalEvaluation.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn compliance_resource_type(self, input: impl Into<String>) -> Self
pub fn compliance_resource_type(self, input: impl Into<String>) -> Self
The evaluated compliance resource type. Config accepts AWS::::Account resource type.
sourcepub fn set_compliance_resource_type(self, input: Option<String>) -> Self
pub fn set_compliance_resource_type(self, input: Option<String>) -> Self
The evaluated compliance resource type. Config accepts AWS::::Account resource type.
sourcepub fn compliance_resource_id(self, input: impl Into<String>) -> Self
pub fn compliance_resource_id(self, input: impl Into<String>) -> Self
The evaluated compliance resource ID. Config accepts only Amazon Web Services account ID.
sourcepub fn set_compliance_resource_id(self, input: Option<String>) -> Self
pub fn set_compliance_resource_id(self, input: Option<String>) -> Self
The evaluated compliance resource ID. Config accepts only Amazon Web Services account ID.
sourcepub fn compliance_type(self, input: ComplianceType) -> Self
pub fn compliance_type(self, input: ComplianceType) -> Self
The compliance of the Amazon Web Services resource. The valid values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
sourcepub fn set_compliance_type(self, input: Option<ComplianceType>) -> Self
pub fn set_compliance_type(self, input: Option<ComplianceType>) -> Self
The compliance of the Amazon Web Services resource. The valid values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
sourcepub fn annotation(self, input: impl Into<String>) -> Self
pub fn annotation(self, input: impl Into<String>) -> Self
Supplementary information about the reason of compliance. For example, this task was completed on a specific date.
sourcepub fn set_annotation(self, input: Option<String>) -> Self
pub fn set_annotation(self, input: Option<String>) -> Self
Supplementary information about the reason of compliance. For example, this task was completed on a specific date.
sourcepub fn ordering_timestamp(self, input: DateTime) -> Self
pub fn ordering_timestamp(self, input: DateTime) -> Self
The time when the compliance was recorded.
sourcepub fn set_ordering_timestamp(self, input: Option<DateTime>) -> Self
pub fn set_ordering_timestamp(self, input: Option<DateTime>) -> Self
The time when the compliance was recorded.
sourcepub fn build(self) -> ExternalEvaluation
pub fn build(self) -> ExternalEvaluation
Consumes the builder and constructs a ExternalEvaluation.