Interface TransitGatewayConnectOptions.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TransitGatewayConnectOptions.Builder,,TransitGatewayConnectOptions> SdkBuilder<TransitGatewayConnectOptions.Builder,,TransitGatewayConnectOptions> SdkPojo
- Enclosing class:
 TransitGatewayConnectOptions
public static interface TransitGatewayConnectOptions.Builder
extends SdkPojo, CopyableBuilder<TransitGatewayConnectOptions.Builder,TransitGatewayConnectOptions> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe tunnel protocol.protocol(ProtocolValue protocol) The tunnel protocol.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
protocol
The tunnel protocol.
- Parameters:
 protocol- The tunnel protocol.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
protocol
The tunnel protocol.
- Parameters:
 protocol- The tunnel protocol.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -