Struct aws_sdk_ec2::types::builders::AdditionalDetailBuilder
source · #[non_exhaustive]pub struct AdditionalDetailBuilder { /* private fields */ }
Expand description
A builder for AdditionalDetail
.
Implementations§
source§impl AdditionalDetailBuilder
impl AdditionalDetailBuilder
sourcepub fn additional_detail_type(self, input: impl Into<String>) -> Self
pub fn additional_detail_type(self, input: impl Into<String>) -> Self
The additional detail code.
sourcepub fn set_additional_detail_type(self, input: Option<String>) -> Self
pub fn set_additional_detail_type(self, input: Option<String>) -> Self
The additional detail code.
sourcepub fn get_additional_detail_type(&self) -> &Option<String>
pub fn get_additional_detail_type(&self) -> &Option<String>
The additional detail code.
sourcepub fn component(self, input: AnalysisComponent) -> Self
pub fn component(self, input: AnalysisComponent) -> Self
The path component.
sourcepub fn set_component(self, input: Option<AnalysisComponent>) -> Self
pub fn set_component(self, input: Option<AnalysisComponent>) -> Self
The path component.
sourcepub fn get_component(&self) -> &Option<AnalysisComponent>
pub fn get_component(&self) -> &Option<AnalysisComponent>
The path component.
sourcepub fn vpc_endpoint_service(self, input: AnalysisComponent) -> Self
pub fn vpc_endpoint_service(self, input: AnalysisComponent) -> Self
The VPC endpoint service.
sourcepub fn set_vpc_endpoint_service(self, input: Option<AnalysisComponent>) -> Self
pub fn set_vpc_endpoint_service(self, input: Option<AnalysisComponent>) -> Self
The VPC endpoint service.
sourcepub fn get_vpc_endpoint_service(&self) -> &Option<AnalysisComponent>
pub fn get_vpc_endpoint_service(&self) -> &Option<AnalysisComponent>
The VPC endpoint service.
sourcepub fn rule_options(self, input: RuleOption) -> Self
pub fn rule_options(self, input: RuleOption) -> Self
Appends an item to rule_options
.
To override the contents of this collection use set_rule_options
.
The rule options.
sourcepub fn set_rule_options(self, input: Option<Vec<RuleOption>>) -> Self
pub fn set_rule_options(self, input: Option<Vec<RuleOption>>) -> Self
The rule options.
sourcepub fn get_rule_options(&self) -> &Option<Vec<RuleOption>>
pub fn get_rule_options(&self) -> &Option<Vec<RuleOption>>
The rule options.
sourcepub fn rule_group_type_pairs(self, input: RuleGroupTypePair) -> Self
pub fn rule_group_type_pairs(self, input: RuleGroupTypePair) -> Self
Appends an item to rule_group_type_pairs
.
To override the contents of this collection use set_rule_group_type_pairs
.
The rule group type.
sourcepub fn set_rule_group_type_pairs(
self,
input: Option<Vec<RuleGroupTypePair>>
) -> Self
pub fn set_rule_group_type_pairs( self, input: Option<Vec<RuleGroupTypePair>> ) -> Self
The rule group type.
sourcepub fn get_rule_group_type_pairs(&self) -> &Option<Vec<RuleGroupTypePair>>
pub fn get_rule_group_type_pairs(&self) -> &Option<Vec<RuleGroupTypePair>>
The rule group type.
sourcepub fn rule_group_rule_options_pairs(
self,
input: RuleGroupRuleOptionsPair
) -> Self
pub fn rule_group_rule_options_pairs( self, input: RuleGroupRuleOptionsPair ) -> Self
Appends an item to rule_group_rule_options_pairs
.
To override the contents of this collection use set_rule_group_rule_options_pairs
.
The rule options.
sourcepub fn set_rule_group_rule_options_pairs(
self,
input: Option<Vec<RuleGroupRuleOptionsPair>>
) -> Self
pub fn set_rule_group_rule_options_pairs( self, input: Option<Vec<RuleGroupRuleOptionsPair>> ) -> Self
The rule options.
sourcepub fn get_rule_group_rule_options_pairs(
&self
) -> &Option<Vec<RuleGroupRuleOptionsPair>>
pub fn get_rule_group_rule_options_pairs( &self ) -> &Option<Vec<RuleGroupRuleOptionsPair>>
The rule options.
sourcepub fn service_name(self, input: impl Into<String>) -> Self
pub fn service_name(self, input: impl Into<String>) -> Self
The name of the VPC endpoint service.
sourcepub fn set_service_name(self, input: Option<String>) -> Self
pub fn set_service_name(self, input: Option<String>) -> Self
The name of the VPC endpoint service.
sourcepub fn get_service_name(&self) -> &Option<String>
pub fn get_service_name(&self) -> &Option<String>
The name of the VPC endpoint service.
sourcepub fn load_balancers(self, input: AnalysisComponent) -> Self
pub fn load_balancers(self, input: AnalysisComponent) -> Self
Appends an item to load_balancers
.
To override the contents of this collection use set_load_balancers
.
The load balancers.
sourcepub fn set_load_balancers(self, input: Option<Vec<AnalysisComponent>>) -> Self
pub fn set_load_balancers(self, input: Option<Vec<AnalysisComponent>>) -> Self
The load balancers.
sourcepub fn get_load_balancers(&self) -> &Option<Vec<AnalysisComponent>>
pub fn get_load_balancers(&self) -> &Option<Vec<AnalysisComponent>>
The load balancers.
sourcepub fn build(self) -> AdditionalDetail
pub fn build(self) -> AdditionalDetail
Consumes the builder and constructs a AdditionalDetail
.
Trait Implementations§
source§impl Clone for AdditionalDetailBuilder
impl Clone for AdditionalDetailBuilder
source§fn clone(&self) -> AdditionalDetailBuilder
fn clone(&self) -> AdditionalDetailBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for AdditionalDetailBuilder
impl Debug for AdditionalDetailBuilder
source§impl Default for AdditionalDetailBuilder
impl Default for AdditionalDetailBuilder
source§fn default() -> AdditionalDetailBuilder
fn default() -> AdditionalDetailBuilder
source§impl PartialEq for AdditionalDetailBuilder
impl PartialEq for AdditionalDetailBuilder
source§fn eq(&self, other: &AdditionalDetailBuilder) -> bool
fn eq(&self, other: &AdditionalDetailBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.