Struct aws_sdk_ec2::model::access_scope_analysis_finding::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AccessScopeAnalysisFinding
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn network_insights_access_scope_analysis_id(
self,
input: impl Into<String>
) -> Self
pub fn network_insights_access_scope_analysis_id(
self,
input: impl Into<String>
) -> Self
The ID of the Network Access Scope analysis.
sourcepub fn set_network_insights_access_scope_analysis_id(
self,
input: Option<String>
) -> Self
pub fn set_network_insights_access_scope_analysis_id(
self,
input: Option<String>
) -> Self
The ID of the Network Access Scope analysis.
sourcepub fn network_insights_access_scope_id(self, input: impl Into<String>) -> Self
pub fn network_insights_access_scope_id(self, input: impl Into<String>) -> Self
The ID of the Network Access Scope.
sourcepub fn set_network_insights_access_scope_id(self, input: Option<String>) -> Self
pub fn set_network_insights_access_scope_id(self, input: Option<String>) -> Self
The ID of the Network Access Scope.
sourcepub fn finding_id(self, input: impl Into<String>) -> Self
pub fn finding_id(self, input: impl Into<String>) -> Self
The ID of the finding.
sourcepub fn set_finding_id(self, input: Option<String>) -> Self
pub fn set_finding_id(self, input: Option<String>) -> Self
The ID of the finding.
sourcepub fn finding_components(self, input: PathComponent) -> Self
pub fn finding_components(self, input: PathComponent) -> Self
Appends an item to finding_components
.
To override the contents of this collection use set_finding_components
.
The finding components.
sourcepub fn set_finding_components(self, input: Option<Vec<PathComponent>>) -> Self
pub fn set_finding_components(self, input: Option<Vec<PathComponent>>) -> Self
The finding components.
sourcepub fn build(self) -> AccessScopeAnalysisFinding
pub fn build(self) -> AccessScopeAnalysisFinding
Consumes the builder and constructs a AccessScopeAnalysisFinding
.