Struct aws_sdk_securityhub::input::delete_insight_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DeleteInsightInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn insight_arn(self, input: impl Into<String>) -> Self
pub fn insight_arn(self, input: impl Into<String>) -> Self
The ARN of the insight to delete.
sourcepub fn set_insight_arn(self, input: Option<String>) -> Self
pub fn set_insight_arn(self, input: Option<String>) -> Self
The ARN of the insight to delete.
sourcepub fn build(self) -> Result<DeleteInsightInput, BuildError>
pub fn build(self) -> Result<DeleteInsightInput, BuildError>
Consumes the builder and constructs a DeleteInsightInput.