pub struct Builder { /* private fields */ }Expand description
A builder for AddCustomRoutingEndpointsOutput.
Implementations
sourceimpl Builder
impl Builder
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
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more