pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteEndpointConfigInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn endpoint_config_name(self, input: impl Into<String>) -> Self
pub fn endpoint_config_name(self, input: impl Into<String>) -> Self
The name of the endpoint configuration that you want to delete.
sourcepub fn set_endpoint_config_name(self, input: Option<String>) -> Self
pub fn set_endpoint_config_name(self, input: Option<String>) -> Self
The name of the endpoint configuration that you want to delete.
sourcepub fn build(self) -> Result<DeleteEndpointConfigInput, BuildError>
pub fn build(self) -> Result<DeleteEndpointConfigInput, BuildError>
Consumes the builder and constructs a DeleteEndpointConfigInput
.