@Stability(value=Stable) public static final class CfnDocumentationVersion.Builder extends Object implements software.amazon.jsii.Builder<CfnDocumentationVersion>
CfnDocumentationVersion.| Modifier and Type | Method and Description |
|---|---|
CfnDocumentationVersion |
build() |
static CfnDocumentationVersion.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDocumentationVersion.Builder |
description(String description)
The description of the API documentation snapshot.
|
CfnDocumentationVersion.Builder |
documentationVersion(String documentationVersion)
The version identifier of the API documentation snapshot.
|
CfnDocumentationVersion.Builder |
restApiId(String restApiId)
The identifier of the API.
|
@Stability(value=Stable) public static CfnDocumentationVersion.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnDocumentationVersion.Builder.@Stability(value=Stable) public CfnDocumentationVersion.Builder documentationVersion(String documentationVersion)
documentationVersion - The version identifier of the API documentation snapshot. This parameter is required.this@Stability(value=Stable) public CfnDocumentationVersion.Builder restApiId(String restApiId)
restApiId - The identifier of the API. This parameter is required.this@Stability(value=Stable) public CfnDocumentationVersion.Builder description(String description)
description - The description of the API documentation snapshot. This parameter is required.this@Stability(value=Stable) public CfnDocumentationVersion build()
build in interface software.amazon.jsii.Builder<CfnDocumentationVersion>Copyright © 2022. All rights reserved.