public static final class CfnRoute.TcpTimeoutProperty.Builder
extends java.lang.Object
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() |
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
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
public CfnRoute.TcpTimeoutProperty build()
CfnRoute.TcpTimeoutProperty
java.lang.NullPointerException
- if any required attribute was not provided