@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-02T20:25:34.634Z")
public interface CfnDocumentationVersionProps
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 java.lang.String |
getDescription()
The description of the API documentation snapshot.
|
java.lang.String |
getDocumentationVersion()
The version identifier of the API documentation snapshot.
|
java.lang.String |
getRestApiId()
The identifier of the API.
|
java.lang.String getDocumentationVersion()
java.lang.String getRestApiId()
default java.lang.String getDescription()
static CfnDocumentationVersionProps.Builder builder()