public static interface CreateDocumentationVersionResponse.Builder extends ApiGatewayResponse.Builder, CopyableBuilder<CreateDocumentationVersionResponse.Builder,CreateDocumentationVersionResponse>
| Modifier and Type | Method and Description | 
|---|---|
CreateDocumentationVersionResponse.Builder | 
createdDate(Instant createdDate)
 The date when the API documentation snapshot is created. 
 | 
CreateDocumentationVersionResponse.Builder | 
description(String description)
 The description of the API documentation snapshot. 
 | 
CreateDocumentationVersionResponse.Builder | 
version(String version)
 The version identifier of the API documentation snapshot. 
 | 
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateDocumentationVersionResponse.Builder version(String version)
The version identifier of the API documentation snapshot.
version - The version identifier of the API documentation snapshot.CreateDocumentationVersionResponse.Builder createdDate(Instant createdDate)
The date when the API documentation snapshot is created.
createdDate - The date when the API documentation snapshot is created.CreateDocumentationVersionResponse.Builder description(String description)
The description of the API documentation snapshot.
description - The description of the API documentation snapshot.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.