pub struct Builder { /* private fields */ }Expand description
A builder for DeleteDirectConnectGatewayInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn direct_connect_gateway_id(self, input: impl Into<String>) -> Self
pub fn direct_connect_gateway_id(self, input: impl Into<String>) -> Self
The ID of the Direct Connect gateway.
sourcepub fn set_direct_connect_gateway_id(self, input: Option<String>) -> Self
pub fn set_direct_connect_gateway_id(self, input: Option<String>) -> Self
The ID of the Direct Connect gateway.
sourcepub fn build(self) -> Result<DeleteDirectConnectGatewayInput, BuildError>
pub fn build(self) -> Result<DeleteDirectConnectGatewayInput, BuildError>
Consumes the builder and constructs a DeleteDirectConnectGatewayInput.