// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`CreateTransitGatewayConnect`](crate::operation::create_transit_gateway_connect::builders::CreateTransitGatewayConnectFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`transport_transit_gateway_attachment_id(impl Into<String>)`](crate::operation::create_transit_gateway_connect::builders::CreateTransitGatewayConnectFluentBuilder::transport_transit_gateway_attachment_id) / [`set_transport_transit_gateway_attachment_id(Option<String>)`](crate::operation::create_transit_gateway_connect::builders::CreateTransitGatewayConnectFluentBuilder::set_transport_transit_gateway_attachment_id): <p>The ID of the transit gateway attachment. You can specify a VPC attachment or Amazon Web Services Direct Connect attachment.</p>
/// - [`options(CreateTransitGatewayConnectRequestOptions)`](crate::operation::create_transit_gateway_connect::builders::CreateTransitGatewayConnectFluentBuilder::options) / [`set_options(Option<CreateTransitGatewayConnectRequestOptions>)`](crate::operation::create_transit_gateway_connect::builders::CreateTransitGatewayConnectFluentBuilder::set_options): <p>The Connect attachment options.</p>
/// - [`tag_specifications(Vec<TagSpecification>)`](crate::operation::create_transit_gateway_connect::builders::CreateTransitGatewayConnectFluentBuilder::tag_specifications) / [`set_tag_specifications(Option<Vec<TagSpecification>>)`](crate::operation::create_transit_gateway_connect::builders::CreateTransitGatewayConnectFluentBuilder::set_tag_specifications): <p>The tags to apply to the Connect attachment.</p>
/// - [`dry_run(bool)`](crate::operation::create_transit_gateway_connect::builders::CreateTransitGatewayConnectFluentBuilder::dry_run) / [`set_dry_run(Option<bool>)`](crate::operation::create_transit_gateway_connect::builders::CreateTransitGatewayConnectFluentBuilder::set_dry_run): <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
/// - On success, responds with [`CreateTransitGatewayConnectOutput`](crate::operation::create_transit_gateway_connect::CreateTransitGatewayConnectOutput) with field(s):
/// - [`transit_gateway_connect(Option<TransitGatewayConnect>)`](crate::operation::create_transit_gateway_connect::CreateTransitGatewayConnectOutput::transit_gateway_connect): <p>Information about the Connect attachment.</p>
/// - On failure, responds with [`SdkError<CreateTransitGatewayConnectError>`](crate::operation::create_transit_gateway_connect::CreateTransitGatewayConnectError)
pub fn create_transit_gateway_connect(&self) -> crate::operation::create_transit_gateway_connect::builders::CreateTransitGatewayConnectFluentBuilder{
crate::operation::create_transit_gateway_connect::builders::CreateTransitGatewayConnectFluentBuilder::new(self.handle.clone())
}
}