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