Struct aws_sdk_securityhub::model::result::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Result
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
An Amazon Web Services account ID of the account that was not processed.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
An Amazon Web Services account ID of the account that was not processed.
sourcepub fn processing_result(self, input: impl Into<String>) -> Self
pub fn processing_result(self, input: impl Into<String>) -> Self
The reason that the account was not processed.
sourcepub fn set_processing_result(self, input: Option<String>) -> Self
pub fn set_processing_result(self, input: Option<String>) -> Self
The reason that the account was not processed.