@Stability(value=Stable) public static final class CfnDocumentationPartProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDocumentationPartProps>
CfnDocumentationPartProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDocumentationPartProps |
build()
Builds the configured instance.
|
CfnDocumentationPartProps.Builder |
location(CfnDocumentationPart.LocationProperty location)
Sets the value of
CfnDocumentationPartProps.getLocation() |
CfnDocumentationPartProps.Builder |
location(IResolvable location)
Sets the value of
CfnDocumentationPartProps.getLocation() |
CfnDocumentationPartProps.Builder |
properties(String properties)
Sets the value of
CfnDocumentationPartProps.getProperties() |
CfnDocumentationPartProps.Builder |
restApiId(String restApiId)
Sets the value of
CfnDocumentationPartProps.getRestApiId() |
@Stability(value=Stable) public CfnDocumentationPartProps.Builder location(CfnDocumentationPart.LocationProperty location)
CfnDocumentationPartProps.getLocation()location - `AWS::ApiGateway::DocumentationPart.Location`. This parameter is required.this@Stability(value=Stable) public CfnDocumentationPartProps.Builder location(IResolvable location)
CfnDocumentationPartProps.getLocation()location - `AWS::ApiGateway::DocumentationPart.Location`. This parameter is required.this@Stability(value=Stable) public CfnDocumentationPartProps.Builder properties(String properties)
CfnDocumentationPartProps.getProperties()properties - `AWS::ApiGateway::DocumentationPart.Properties`. This parameter is required.this@Stability(value=Stable) public CfnDocumentationPartProps.Builder restApiId(String restApiId)
CfnDocumentationPartProps.getRestApiId()restApiId - `AWS::ApiGateway::DocumentationPart.RestApiId`. This parameter is required.this@Stability(value=Stable) public CfnDocumentationPartProps build()
build in interface software.amazon.jsii.Builder<CfnDocumentationPartProps>CfnDocumentationPartPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.