| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnDocumentationPart.Builder |
CfnDocumentationPart.Builder.create(software.constructs.Construct scope,
String id) |
CfnDocumentationPart.Builder |
CfnDocumentationPart.Builder.location(CfnDocumentationPart.LocationProperty location)
The location of the API entity that the documentation applies to.
|
CfnDocumentationPart.Builder |
CfnDocumentationPart.Builder.location(IResolvable location)
The location of the API entity that the documentation applies to.
|
CfnDocumentationPart.Builder |
CfnDocumentationPart.Builder.properties(String properties)
The documentation content map of the targeted API entity.
|
CfnDocumentationPart.Builder |
CfnDocumentationPart.Builder.restApiId(String restApiId)
The identifier of the targeted API entity.
|
Copyright © 2022. All rights reserved.