Struct aws_sdk_elasticloadbalancingv2::operation::create_rule::builders::CreateRuleOutputBuilder
source · #[non_exhaustive]pub struct CreateRuleOutputBuilder { /* private fields */ }
Expand description
A builder for CreateRuleOutput
.
Implementations§
source§impl CreateRuleOutputBuilder
impl CreateRuleOutputBuilder
sourcepub fn rules(self, input: Rule) -> Self
pub fn rules(self, input: Rule) -> Self
Appends an item to rules
.
To override the contents of this collection use set_rules
.
Information about the rule.
sourcepub fn build(self) -> CreateRuleOutput
pub fn build(self) -> CreateRuleOutput
Consumes the builder and constructs a CreateRuleOutput
.
Trait Implementations§
source§impl Clone for CreateRuleOutputBuilder
impl Clone for CreateRuleOutputBuilder
source§fn clone(&self) -> CreateRuleOutputBuilder
fn clone(&self) -> CreateRuleOutputBuilder
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 Debug for CreateRuleOutputBuilder
impl Debug for CreateRuleOutputBuilder
source§impl Default for CreateRuleOutputBuilder
impl Default for CreateRuleOutputBuilder
source§fn default() -> CreateRuleOutputBuilder
fn default() -> CreateRuleOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateRuleOutputBuilder> for CreateRuleOutputBuilder
impl PartialEq<CreateRuleOutputBuilder> for CreateRuleOutputBuilder
source§fn eq(&self, other: &CreateRuleOutputBuilder) -> bool
fn eq(&self, other: &CreateRuleOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.