Struct aws_sdk_securityhub::output::delete_insight_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DeleteInsightOutput.
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 that was deleted.
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 that was deleted.
sourcepub fn build(self) -> DeleteInsightOutput
pub fn build(self) -> DeleteInsightOutput
Consumes the builder and constructs a DeleteInsightOutput.