@Stability(value=Stable) public static final class CfnVirtualNode.GrpcTimeoutProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnVirtualNode.GrpcTimeoutProperty>
CfnVirtualNode.GrpcTimeoutProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnVirtualNode.GrpcTimeoutProperty |
build()
Builds the configured instance.
|
CfnVirtualNode.GrpcTimeoutProperty.Builder |
idle(CfnVirtualNode.DurationProperty idle)
Sets the value of
CfnVirtualNode.GrpcTimeoutProperty.getIdle() |
CfnVirtualNode.GrpcTimeoutProperty.Builder |
idle(IResolvable idle)
Sets the value of
CfnVirtualNode.GrpcTimeoutProperty.getIdle() |
CfnVirtualNode.GrpcTimeoutProperty.Builder |
perRequest(CfnVirtualNode.DurationProperty perRequest)
Sets the value of
CfnVirtualNode.GrpcTimeoutProperty.getPerRequest() |
CfnVirtualNode.GrpcTimeoutProperty.Builder |
perRequest(IResolvable perRequest)
Sets the value of
CfnVirtualNode.GrpcTimeoutProperty.getPerRequest() |
@Stability(value=Stable) public CfnVirtualNode.GrpcTimeoutProperty.Builder idle(CfnVirtualNode.DurationProperty idle)
CfnVirtualNode.GrpcTimeoutProperty.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 CfnVirtualNode.GrpcTimeoutProperty.Builder idle(IResolvable idle)
CfnVirtualNode.GrpcTimeoutProperty.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 CfnVirtualNode.GrpcTimeoutProperty.Builder perRequest(CfnVirtualNode.DurationProperty perRequest)
CfnVirtualNode.GrpcTimeoutProperty.getPerRequest()perRequest - An object that represents a per request timeout.
The default value is 15 seconds. If you set a higher timeout, then make sure that the higher value is set for each App Mesh resource in a conversation. For example, if a virtual node backend uses a virtual router provider to route to another virtual node, then the timeout should be greater than 15 seconds for the source and destination virtual node and the route.this@Stability(value=Stable) public CfnVirtualNode.GrpcTimeoutProperty.Builder perRequest(IResolvable perRequest)
CfnVirtualNode.GrpcTimeoutProperty.getPerRequest()perRequest - An object that represents a per request timeout.
The default value is 15 seconds. If you set a higher timeout, then make sure that the higher value is set for each App Mesh resource in a conversation. For example, if a virtual node backend uses a virtual router provider to route to another virtual node, then the timeout should be greater than 15 seconds for the source and destination virtual node and the route.this@Stability(value=Stable) public CfnVirtualNode.GrpcTimeoutProperty build()
build in interface software.amazon.jsii.Builder<CfnVirtualNode.GrpcTimeoutProperty>CfnVirtualNode.GrpcTimeoutPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.