@Stability(value=Stable) public static final class CfnResourceProps.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceProps>
CfnResourceProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourceProps |
build()
Builds the configured instance.
|
CfnResourceProps.Builder |
parentId(String parentId)
Sets the value of
CfnResourceProps.getParentId() |
CfnResourceProps.Builder |
pathPart(String pathPart)
Sets the value of
CfnResourceProps.getPathPart() |
CfnResourceProps.Builder |
restApiId(String restApiId)
Sets the value of
CfnResourceProps.getRestApiId() |
@Stability(value=Stable) public CfnResourceProps.Builder parentId(String parentId)
CfnResourceProps.getParentId()parentId - `AWS::ApiGateway::Resource.ParentId`. This parameter is required.this@Stability(value=Stable) public CfnResourceProps.Builder pathPart(String pathPart)
CfnResourceProps.getPathPart()pathPart - `AWS::ApiGateway::Resource.PathPart`. This parameter is required.this@Stability(value=Stable) public CfnResourceProps.Builder restApiId(String restApiId)
CfnResourceProps.getRestApiId()restApiId - `AWS::ApiGateway::Resource.RestApiId`. This parameter is required.this@Stability(value=Stable) public CfnResourceProps build()
build in interface software.amazon.jsii.Builder<CfnResourceProps>CfnResourcePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.