@Stability(value=Stable) public static final class CfnVpcLinkProps.Builder extends Object implements software.amazon.jsii.Builder<CfnVpcLinkProps>
CfnVpcLinkProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnVpcLinkProps |
build()
Builds the configured instance.
|
CfnVpcLinkProps.Builder |
description(String description)
Sets the value of
CfnVpcLinkProps.getDescription() |
CfnVpcLinkProps.Builder |
name(String name)
Sets the value of
CfnVpcLinkProps.getName() |
CfnVpcLinkProps.Builder |
targetArns(List<String> targetArns)
Sets the value of
CfnVpcLinkProps.getTargetArns() |
@Stability(value=Stable) public CfnVpcLinkProps.Builder name(String name)
CfnVpcLinkProps.getName()name - `AWS::ApiGateway::VpcLink.Name`. This parameter is required.this@Stability(value=Stable) public CfnVpcLinkProps.Builder targetArns(List<String> targetArns)
CfnVpcLinkProps.getTargetArns()targetArns - `AWS::ApiGateway::VpcLink.TargetArns`. This parameter is required.this@Stability(value=Stable) public CfnVpcLinkProps.Builder description(String description)
CfnVpcLinkProps.getDescription()description - `AWS::ApiGateway::VpcLink.Description`.this@Stability(value=Stable) public CfnVpcLinkProps build()
build in interface software.amazon.jsii.Builder<CfnVpcLinkProps>CfnVpcLinkPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.