@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.104Z") @Stability(value=Stable) public interface CfnDocumentationVersionProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigateway.*;
CfnDocumentationVersionProps cfnDocumentationVersionProps = CfnDocumentationVersionProps.builder()
.documentationVersion("documentationVersion")
.restApiId("restApiId")
// the properties below are optional
.description("description")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDocumentationVersionProps.Builder
A builder for
CfnDocumentationVersionProps |
static class |
CfnDocumentationVersionProps.Jsii$Proxy
An implementation for
CfnDocumentationVersionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDocumentationVersionProps.Builder |
builder() |
default String |
getDescription()
The description of the API documentation snapshot.
|
String |
getDocumentationVersion()
The version identifier of the API documentation snapshot.
|
String |
getRestApiId()
The identifier of the API.
|
@Stability(value=Stable) @NotNull String getDocumentationVersion()
@Stability(value=Stable) @NotNull String getRestApiId()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) static CfnDocumentationVersionProps.Builder builder()
Copyright © 2022. All rights reserved.