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 get_endpoint_descriptions(
&self
) -> &Option<Vec<CustomRoutingEndpointDescription>>
pub fn get_endpoint_descriptions( &self ) -> &Option<Vec<CustomRoutingEndpointDescription>>
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 get_endpoint_group_arn(&self) -> &Option<String>
pub fn get_endpoint_group_arn(&self) -> &Option<String>
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 for AddCustomRoutingEndpointsOutputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for AddCustomRoutingEndpointsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AddCustomRoutingEndpointsOutputBuilder
impl Send for AddCustomRoutingEndpointsOutputBuilder
impl Sync for AddCustomRoutingEndpointsOutputBuilder
impl Unpin for AddCustomRoutingEndpointsOutputBuilder
impl UnwindSafe for AddCustomRoutingEndpointsOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.