Struct aws_sdk_globalaccelerator::operation::remove_endpoints::builders::RemoveEndpointsInputBuilder
source · #[non_exhaustive]pub struct RemoveEndpointsInputBuilder { /* private fields */ }Expand description
A builder for RemoveEndpointsInput.
Implementations§
source§impl RemoveEndpointsInputBuilder
impl RemoveEndpointsInputBuilder
sourcepub fn endpoint_identifiers(self, input: EndpointIdentifier) -> Self
pub fn endpoint_identifiers(self, input: EndpointIdentifier) -> Self
Appends an item to endpoint_identifiers.
To override the contents of this collection use set_endpoint_identifiers.
The identifiers of the endpoints that you want to remove.
sourcepub fn set_endpoint_identifiers(
self,
input: Option<Vec<EndpointIdentifier>>
) -> Self
pub fn set_endpoint_identifiers( self, input: Option<Vec<EndpointIdentifier>> ) -> Self
The identifiers of the endpoints that you want to remove.
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.
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.
sourcepub fn build(self) -> Result<RemoveEndpointsInput, BuildError>
pub fn build(self) -> Result<RemoveEndpointsInput, BuildError>
Consumes the builder and constructs a RemoveEndpointsInput.
Trait Implementations§
source§impl Clone for RemoveEndpointsInputBuilder
impl Clone for RemoveEndpointsInputBuilder
source§fn clone(&self) -> RemoveEndpointsInputBuilder
fn clone(&self) -> RemoveEndpointsInputBuilder
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 Debug for RemoveEndpointsInputBuilder
impl Debug for RemoveEndpointsInputBuilder
source§impl Default for RemoveEndpointsInputBuilder
impl Default for RemoveEndpointsInputBuilder
source§fn default() -> RemoveEndpointsInputBuilder
fn default() -> RemoveEndpointsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<RemoveEndpointsInputBuilder> for RemoveEndpointsInputBuilder
impl PartialEq<RemoveEndpointsInputBuilder> for RemoveEndpointsInputBuilder
source§fn eq(&self, other: &RemoveEndpointsInputBuilder) -> bool
fn eq(&self, other: &RemoveEndpointsInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.