Struct aws_sdk_elasticloadbalancingv2::operation::describe_target_groups::builders::DescribeTargetGroupsInputBuilder
source · #[non_exhaustive]pub struct DescribeTargetGroupsInputBuilder { /* private fields */ }
Expand description
A builder for DescribeTargetGroupsInput
.
Implementations§
source§impl DescribeTargetGroupsInputBuilder
impl DescribeTargetGroupsInputBuilder
sourcepub fn load_balancer_arn(self, input: impl Into<String>) -> Self
pub fn load_balancer_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the load balancer.
sourcepub fn set_load_balancer_arn(self, input: Option<String>) -> Self
pub fn set_load_balancer_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the load balancer.
sourcepub fn target_group_arns(self, input: impl Into<String>) -> Self
pub fn target_group_arns(self, input: impl Into<String>) -> Self
Appends an item to target_group_arns
.
To override the contents of this collection use set_target_group_arns
.
The Amazon Resource Names (ARN) of the target groups.
sourcepub fn set_target_group_arns(self, input: Option<Vec<String>>) -> Self
pub fn set_target_group_arns(self, input: Option<Vec<String>>) -> Self
The Amazon Resource Names (ARN) of the target groups.
sourcepub fn names(self, input: impl Into<String>) -> Self
pub fn names(self, input: impl Into<String>) -> Self
Appends an item to names
.
To override the contents of this collection use set_names
.
The names of the target groups.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
The marker for the next set of results. (You received this marker from a previous call.)
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
The marker for the next set of results. (You received this marker from a previous call.)
sourcepub fn page_size(self, input: i32) -> Self
pub fn page_size(self, input: i32) -> Self
The maximum number of results to return with this call.
sourcepub fn set_page_size(self, input: Option<i32>) -> Self
pub fn set_page_size(self, input: Option<i32>) -> Self
The maximum number of results to return with this call.
sourcepub fn build(self) -> Result<DescribeTargetGroupsInput, BuildError>
pub fn build(self) -> Result<DescribeTargetGroupsInput, BuildError>
Consumes the builder and constructs a DescribeTargetGroupsInput
.
Trait Implementations§
source§impl Clone for DescribeTargetGroupsInputBuilder
impl Clone for DescribeTargetGroupsInputBuilder
source§fn clone(&self) -> DescribeTargetGroupsInputBuilder
fn clone(&self) -> DescribeTargetGroupsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeTargetGroupsInputBuilder
impl Default for DescribeTargetGroupsInputBuilder
source§fn default() -> DescribeTargetGroupsInputBuilder
fn default() -> DescribeTargetGroupsInputBuilder
source§impl PartialEq<DescribeTargetGroupsInputBuilder> for DescribeTargetGroupsInputBuilder
impl PartialEq<DescribeTargetGroupsInputBuilder> for DescribeTargetGroupsInputBuilder
source§fn eq(&self, other: &DescribeTargetGroupsInputBuilder) -> bool
fn eq(&self, other: &DescribeTargetGroupsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.