@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 - The location of the API entity that the documentation applies to. This parameter is required.this@Stability(value=Stable) public CfnDocumentationPartProps.Builder location(IResolvable location)
CfnDocumentationPartProps.getLocation()location - The location of the API entity that the documentation applies to. This parameter is required.this@Stability(value=Stable) public CfnDocumentationPartProps.Builder properties(String properties)
CfnDocumentationPartProps.getProperties()properties - The documentation content map of the targeted API entity. This parameter is required.this@Stability(value=Stable) public CfnDocumentationPartProps.Builder restApiId(String restApiId)
CfnDocumentationPartProps.getRestApiId()restApiId - The identifier of the targeted API entity. 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 © 2022. All rights reserved.