@Stability(value=Stable) public static final class CfnRoute.HttpRouteProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRoute.HttpRouteProperty>
CfnRoute.HttpRouteProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnRoute.HttpRouteProperty.Builder action(CfnRoute.HttpRouteActionProperty action)
CfnRoute.HttpRouteProperty.getAction()action - An object that represents the action to take if a match is determined. This parameter is required.this@Stability(value=Stable) public CfnRoute.HttpRouteProperty.Builder action(IResolvable action)
CfnRoute.HttpRouteProperty.getAction()action - An object that represents the action to take if a match is determined. This parameter is required.this@Stability(value=Stable) public CfnRoute.HttpRouteProperty.Builder match(CfnRoute.HttpRouteMatchProperty match)
CfnRoute.HttpRouteProperty.getMatch()match - An object that represents the criteria for determining a request match. This parameter is required.this@Stability(value=Stable) public CfnRoute.HttpRouteProperty.Builder match(IResolvable match)
CfnRoute.HttpRouteProperty.getMatch()match - An object that represents the criteria for determining a request match. This parameter is required.this@Stability(value=Stable) public CfnRoute.HttpRouteProperty.Builder retryPolicy(CfnRoute.HttpRetryPolicyProperty retryPolicy)
CfnRoute.HttpRouteProperty.getRetryPolicy()retryPolicy - An object that represents a retry policy.this@Stability(value=Stable) public CfnRoute.HttpRouteProperty.Builder retryPolicy(IResolvable retryPolicy)
CfnRoute.HttpRouteProperty.getRetryPolicy()retryPolicy - An object that represents a retry policy.this@Stability(value=Stable) public CfnRoute.HttpRouteProperty.Builder timeout(CfnRoute.HttpTimeoutProperty timeout)
CfnRoute.HttpRouteProperty.getTimeout()timeout - An object that represents types of timeouts.this@Stability(value=Stable) public CfnRoute.HttpRouteProperty.Builder timeout(IResolvable timeout)
CfnRoute.HttpRouteProperty.getTimeout()timeout - An object that represents types of timeouts.this@Stability(value=Stable) public CfnRoute.HttpRouteProperty build()
build in interface software.amazon.jsii.Builder<CfnRoute.HttpRouteProperty>CfnRoute.HttpRoutePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.