Struct aws_sdk_directconnect::input::delete_lag_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DeleteLagInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_lag_id(self, input: Option<String>) -> Self
pub fn set_lag_id(self, input: Option<String>) -> Self
The ID of the LAG.
sourcepub fn build(self) -> Result<DeleteLagInput, BuildError>
pub fn build(self) -> Result<DeleteLagInput, BuildError>
Consumes the builder and constructs a DeleteLagInput.