Struct aws_sdk_elasticloadbalancingv2::output::modify_target_group_attributes_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyTargetGroupAttributesOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn attributes(self, input: TargetGroupAttribute) -> Self
pub fn attributes(self, input: TargetGroupAttribute) -> Self
Appends an item to attributes
.
To override the contents of this collection use set_attributes
.
Information about the attributes.
sourcepub fn set_attributes(self, input: Option<Vec<TargetGroupAttribute>>) -> Self
pub fn set_attributes(self, input: Option<Vec<TargetGroupAttribute>>) -> Self
Information about the attributes.
sourcepub fn build(self) -> ModifyTargetGroupAttributesOutput
pub fn build(self) -> ModifyTargetGroupAttributesOutput
Consumes the builder and constructs a ModifyTargetGroupAttributesOutput
.