Struct aws_sdk_securityhub::operation::update_finding_aggregator::builders::UpdateFindingAggregatorOutputBuilder
source · #[non_exhaustive]pub struct UpdateFindingAggregatorOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateFindingAggregatorOutput
.
Implementations§
source§impl UpdateFindingAggregatorOutputBuilder
impl UpdateFindingAggregatorOutputBuilder
sourcepub fn finding_aggregator_arn(self, input: impl Into<String>) -> Self
pub fn finding_aggregator_arn(self, input: impl Into<String>) -> Self
The ARN of the finding aggregator.
sourcepub fn set_finding_aggregator_arn(self, input: Option<String>) -> Self
pub fn set_finding_aggregator_arn(self, input: Option<String>) -> Self
The ARN of the finding aggregator.
sourcepub fn finding_aggregation_region(self, input: impl Into<String>) -> Self
pub fn finding_aggregation_region(self, input: impl Into<String>) -> Self
The aggregation Region.
sourcepub fn set_finding_aggregation_region(self, input: Option<String>) -> Self
pub fn set_finding_aggregation_region(self, input: Option<String>) -> Self
The aggregation Region.
sourcepub fn region_linking_mode(self, input: impl Into<String>) -> Self
pub fn region_linking_mode(self, input: impl Into<String>) -> Self
Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.
sourcepub fn set_region_linking_mode(self, input: Option<String>) -> Self
pub fn set_region_linking_mode(self, input: Option<String>) -> Self
Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.
sourcepub fn regions(self, input: impl Into<String>) -> Self
pub fn regions(self, input: impl Into<String>) -> Self
Appends an item to regions
.
To override the contents of this collection use set_regions
.
The list of excluded Regions or included Regions.
sourcepub fn set_regions(self, input: Option<Vec<String>>) -> Self
pub fn set_regions(self, input: Option<Vec<String>>) -> Self
The list of excluded Regions or included Regions.
sourcepub fn build(self) -> UpdateFindingAggregatorOutput
pub fn build(self) -> UpdateFindingAggregatorOutput
Consumes the builder and constructs a UpdateFindingAggregatorOutput
.
Trait Implementations§
source§impl Clone for UpdateFindingAggregatorOutputBuilder
impl Clone for UpdateFindingAggregatorOutputBuilder
source§fn clone(&self) -> UpdateFindingAggregatorOutputBuilder
fn clone(&self) -> UpdateFindingAggregatorOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for UpdateFindingAggregatorOutputBuilder
impl Default for UpdateFindingAggregatorOutputBuilder
source§fn default() -> UpdateFindingAggregatorOutputBuilder
fn default() -> UpdateFindingAggregatorOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateFindingAggregatorOutputBuilder> for UpdateFindingAggregatorOutputBuilder
impl PartialEq<UpdateFindingAggregatorOutputBuilder> for UpdateFindingAggregatorOutputBuilder
source§fn eq(&self, other: &UpdateFindingAggregatorOutputBuilder) -> bool
fn eq(&self, other: &UpdateFindingAggregatorOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateFindingAggregatorOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateFindingAggregatorOutputBuilder
impl Send for UpdateFindingAggregatorOutputBuilder
impl Sync for UpdateFindingAggregatorOutputBuilder
impl Unpin for UpdateFindingAggregatorOutputBuilder
impl UnwindSafe for UpdateFindingAggregatorOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more