@Stability(value=Stable) public static final class CfnRoute.HttpTimeoutProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRoute.HttpTimeoutProperty>
CfnRoute.HttpTimeoutProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRoute.HttpTimeoutProperty |
build()
Builds the configured instance.
|
CfnRoute.HttpTimeoutProperty.Builder |
idle(CfnRoute.DurationProperty idle)
Sets the value of
CfnRoute.HttpTimeoutProperty.getIdle() |
CfnRoute.HttpTimeoutProperty.Builder |
idle(IResolvable idle)
Sets the value of
CfnRoute.HttpTimeoutProperty.getIdle() |
CfnRoute.HttpTimeoutProperty.Builder |
perRequest(CfnRoute.DurationProperty perRequest)
Sets the value of
CfnRoute.HttpTimeoutProperty.getPerRequest() |
CfnRoute.HttpTimeoutProperty.Builder |
perRequest(IResolvable perRequest)
Sets the value of
CfnRoute.HttpTimeoutProperty.getPerRequest() |
@Stability(value=Stable) public CfnRoute.HttpTimeoutProperty.Builder idle(CfnRoute.DurationProperty idle)
CfnRoute.HttpTimeoutProperty.getIdle()idle - `CfnRoute.HttpTimeoutProperty.Idle`.this@Stability(value=Stable) public CfnRoute.HttpTimeoutProperty.Builder idle(IResolvable idle)
CfnRoute.HttpTimeoutProperty.getIdle()idle - `CfnRoute.HttpTimeoutProperty.Idle`.this@Stability(value=Stable) public CfnRoute.HttpTimeoutProperty.Builder perRequest(CfnRoute.DurationProperty perRequest)
CfnRoute.HttpTimeoutProperty.getPerRequest()perRequest - `CfnRoute.HttpTimeoutProperty.PerRequest`.this@Stability(value=Stable) public CfnRoute.HttpTimeoutProperty.Builder perRequest(IResolvable perRequest)
CfnRoute.HttpTimeoutProperty.getPerRequest()perRequest - `CfnRoute.HttpTimeoutProperty.PerRequest`.this@Stability(value=Stable) public CfnRoute.HttpTimeoutProperty build()
build in interface software.amazon.jsii.Builder<CfnRoute.HttpTimeoutProperty>CfnRoute.HttpTimeoutPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.