// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`RemoveCustomRoutingEndpoints`](crate::operation::remove_custom_routing_endpoints::builders::RemoveCustomRoutingEndpointsFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`endpoint_ids(impl Into<String>)`](crate::operation::remove_custom_routing_endpoints::builders::RemoveCustomRoutingEndpointsFluentBuilder::endpoint_ids) / [`set_endpoint_ids(Option<Vec::<String>>)`](crate::operation::remove_custom_routing_endpoints::builders::RemoveCustomRoutingEndpointsFluentBuilder::set_endpoint_ids):<br>required: **true**<br><p>The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC) subnet IDs.</p><br>
/// - [`endpoint_group_arn(impl Into<String>)`](crate::operation::remove_custom_routing_endpoints::builders::RemoveCustomRoutingEndpointsFluentBuilder::endpoint_group_arn) / [`set_endpoint_group_arn(Option<String>)`](crate::operation::remove_custom_routing_endpoints::builders::RemoveCustomRoutingEndpointsFluentBuilder::set_endpoint_group_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the endpoint group to remove endpoints from.</p><br>
/// - On success, responds with [`RemoveCustomRoutingEndpointsOutput`](crate::operation::remove_custom_routing_endpoints::RemoveCustomRoutingEndpointsOutput)
/// - On failure, responds with [`SdkError<RemoveCustomRoutingEndpointsError>`](crate::operation::remove_custom_routing_endpoints::RemoveCustomRoutingEndpointsError)
pub fn remove_custom_routing_endpoints(
&self,
) -> crate::operation::remove_custom_routing_endpoints::builders::RemoveCustomRoutingEndpointsFluentBuilder {
crate::operation::remove_custom_routing_endpoints::builders::RemoveCustomRoutingEndpointsFluentBuilder::new(self.handle.clone())
}
}