Struct aws_sdk_globalaccelerator::operation::add_custom_routing_endpoints::builders::AddCustomRoutingEndpointsInputBuilder
source · #[non_exhaustive]pub struct AddCustomRoutingEndpointsInputBuilder { /* private fields */ }
Expand description
A builder for AddCustomRoutingEndpointsInput
.
Implementations§
source§impl AddCustomRoutingEndpointsInputBuilder
impl AddCustomRoutingEndpointsInputBuilder
sourcepub fn endpoint_configurations(
self,
input: CustomRoutingEndpointConfiguration
) -> Self
pub fn endpoint_configurations( self, input: CustomRoutingEndpointConfiguration ) -> Self
Appends an item to endpoint_configurations
.
To override the contents of this collection use set_endpoint_configurations
.
The list of endpoint objects to add to a custom routing accelerator.
sourcepub fn set_endpoint_configurations(
self,
input: Option<Vec<CustomRoutingEndpointConfiguration>>
) -> Self
pub fn set_endpoint_configurations( self, input: Option<Vec<CustomRoutingEndpointConfiguration>> ) -> Self
The list of endpoint objects to add to a custom routing accelerator.
sourcepub fn get_endpoint_configurations(
&self
) -> &Option<Vec<CustomRoutingEndpointConfiguration>>
pub fn get_endpoint_configurations( &self ) -> &Option<Vec<CustomRoutingEndpointConfiguration>>
The list of endpoint objects to add to a 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.
This field is required.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) -> Result<AddCustomRoutingEndpointsInput, BuildError>
pub fn build(self) -> Result<AddCustomRoutingEndpointsInput, BuildError>
Consumes the builder and constructs a AddCustomRoutingEndpointsInput
.
source§impl AddCustomRoutingEndpointsInputBuilder
impl AddCustomRoutingEndpointsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<AddCustomRoutingEndpointsOutput, SdkError<AddCustomRoutingEndpointsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<AddCustomRoutingEndpointsOutput, SdkError<AddCustomRoutingEndpointsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for AddCustomRoutingEndpointsInputBuilder
impl Clone for AddCustomRoutingEndpointsInputBuilder
source§fn clone(&self) -> AddCustomRoutingEndpointsInputBuilder
fn clone(&self) -> AddCustomRoutingEndpointsInputBuilder
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 AddCustomRoutingEndpointsInputBuilder
impl Default for AddCustomRoutingEndpointsInputBuilder
source§fn default() -> AddCustomRoutingEndpointsInputBuilder
fn default() -> AddCustomRoutingEndpointsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AddCustomRoutingEndpointsInputBuilder
impl PartialEq for AddCustomRoutingEndpointsInputBuilder
source§fn eq(&self, other: &AddCustomRoutingEndpointsInputBuilder) -> bool
fn eq(&self, other: &AddCustomRoutingEndpointsInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AddCustomRoutingEndpointsInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AddCustomRoutingEndpointsInputBuilder
impl Send for AddCustomRoutingEndpointsInputBuilder
impl Sync for AddCustomRoutingEndpointsInputBuilder
impl Unpin for AddCustomRoutingEndpointsInputBuilder
impl UnwindSafe for AddCustomRoutingEndpointsInputBuilder
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.