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