@Stability(value=Stable) public static final class CfnRoute.TcpTimeoutProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRoute.TcpTimeoutProperty>
CfnRoute.TcpTimeoutProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRoute.TcpTimeoutProperty |
build()
Builds the configured instance.
|
CfnRoute.TcpTimeoutProperty.Builder |
idle(CfnRoute.DurationProperty idle)
Sets the value of
CfnRoute.TcpTimeoutProperty.getIdle() |
CfnRoute.TcpTimeoutProperty.Builder |
idle(IResolvable idle)
Sets the value of
CfnRoute.TcpTimeoutProperty.getIdle() |
@Stability(value=Stable) public CfnRoute.TcpTimeoutProperty.Builder idle(CfnRoute.DurationProperty idle)
CfnRoute.TcpTimeoutProperty.getIdle()idle - An object that represents an idle timeout.
An idle timeout bounds the amount of time that a connection may be idle. The default value is none.this@Stability(value=Stable) public CfnRoute.TcpTimeoutProperty.Builder idle(IResolvable idle)
CfnRoute.TcpTimeoutProperty.getIdle()idle - An object that represents an idle timeout.
An idle timeout bounds the amount of time that a connection may be idle. The default value is none.this@Stability(value=Stable) public CfnRoute.TcpTimeoutProperty build()
build in interface software.amazon.jsii.Builder<CfnRoute.TcpTimeoutProperty>CfnRoute.TcpTimeoutPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.