Struct aws_sdk_globalaccelerator::operation::remove_custom_routing_endpoints::builders::RemoveCustomRoutingEndpointsInputBuilder
source · #[non_exhaustive]pub struct RemoveCustomRoutingEndpointsInputBuilder { /* private fields */ }
Expand description
A builder for RemoveCustomRoutingEndpointsInput
.
Implementations§
source§impl RemoveCustomRoutingEndpointsInputBuilder
impl RemoveCustomRoutingEndpointsInputBuilder
sourcepub fn endpoint_ids(self, input: impl Into<String>) -> Self
pub fn endpoint_ids(self, input: impl Into<String>) -> Self
Appends an item to endpoint_ids
.
To override the contents of this collection use set_endpoint_ids
.
The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC) subnet IDs.
sourcepub fn set_endpoint_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_endpoint_ids(self, input: Option<Vec<String>>) -> Self
The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC) subnet IDs.
sourcepub fn get_endpoint_ids(&self) -> &Option<Vec<String>>
pub fn get_endpoint_ids(&self) -> &Option<Vec<String>>
The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC) subnet IDs.
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 to remove endpoints from.
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 to remove endpoints from.
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 to remove endpoints from.
sourcepub fn build(self) -> Result<RemoveCustomRoutingEndpointsInput, BuildError>
pub fn build(self) -> Result<RemoveCustomRoutingEndpointsInput, BuildError>
Consumes the builder and constructs a RemoveCustomRoutingEndpointsInput
.
source§impl RemoveCustomRoutingEndpointsInputBuilder
impl RemoveCustomRoutingEndpointsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<RemoveCustomRoutingEndpointsOutput, SdkError<RemoveCustomRoutingEndpointsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<RemoveCustomRoutingEndpointsOutput, SdkError<RemoveCustomRoutingEndpointsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for RemoveCustomRoutingEndpointsInputBuilder
impl Clone for RemoveCustomRoutingEndpointsInputBuilder
source§fn clone(&self) -> RemoveCustomRoutingEndpointsInputBuilder
fn clone(&self) -> RemoveCustomRoutingEndpointsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for RemoveCustomRoutingEndpointsInputBuilder
impl Default for RemoveCustomRoutingEndpointsInputBuilder
source§fn default() -> RemoveCustomRoutingEndpointsInputBuilder
fn default() -> RemoveCustomRoutingEndpointsInputBuilder
source§impl PartialEq for RemoveCustomRoutingEndpointsInputBuilder
impl PartialEq for RemoveCustomRoutingEndpointsInputBuilder
source§fn eq(&self, other: &RemoveCustomRoutingEndpointsInputBuilder) -> bool
fn eq(&self, other: &RemoveCustomRoutingEndpointsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.