Struct aws_sdk_globalaccelerator::operation::add_endpoints::builders::AddEndpointsOutputBuilder
source · #[non_exhaustive]pub struct AddEndpointsOutputBuilder { /* private fields */ }Expand description
A builder for AddEndpointsOutput.
Implementations§
source§impl AddEndpointsOutputBuilder
impl AddEndpointsOutputBuilder
sourcepub fn endpoint_descriptions(self, input: EndpointDescription) -> Self
pub fn endpoint_descriptions(self, input: EndpointDescription) -> Self
Appends an item to endpoint_descriptions.
To override the contents of this collection use set_endpoint_descriptions.
The list of endpoint objects.
sourcepub fn set_endpoint_descriptions(
self,
input: Option<Vec<EndpointDescription>>
) -> Self
pub fn set_endpoint_descriptions( self, input: Option<Vec<EndpointDescription>> ) -> Self
The list of endpoint objects.
sourcepub fn endpoint_group_arn(self, input: impl Into<String>) -> Self
pub fn endpoint_group_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the endpoint group.
sourcepub fn set_endpoint_group_arn(self, input: Option<String>) -> Self
pub fn set_endpoint_group_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the endpoint group.
sourcepub fn build(self) -> AddEndpointsOutput
pub fn build(self) -> AddEndpointsOutput
Consumes the builder and constructs a AddEndpointsOutput.
Trait Implementations§
source§impl Clone for AddEndpointsOutputBuilder
impl Clone for AddEndpointsOutputBuilder
source§fn clone(&self) -> AddEndpointsOutputBuilder
fn clone(&self) -> AddEndpointsOutputBuilder
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 AddEndpointsOutputBuilder
impl Debug for AddEndpointsOutputBuilder
source§impl Default for AddEndpointsOutputBuilder
impl Default for AddEndpointsOutputBuilder
source§fn default() -> AddEndpointsOutputBuilder
fn default() -> AddEndpointsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AddEndpointsOutputBuilder> for AddEndpointsOutputBuilder
impl PartialEq<AddEndpointsOutputBuilder> for AddEndpointsOutputBuilder
source§fn eq(&self, other: &AddEndpointsOutputBuilder) -> bool
fn eq(&self, other: &AddEndpointsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.