CopyableBuilder<CreateDocumentationVersionRequest.Builder,CreateDocumentationVersionRequest>, SdkBuilder<CreateDocumentationVersionRequest.Builder,CreateDocumentationVersionRequest>public static interface CreateDocumentationVersionRequest.Builder extends CopyableBuilder<CreateDocumentationVersionRequest.Builder,CreateDocumentationVersionRequest>
| Modifier and Type | Method | Description |
|---|---|---|
CreateDocumentationVersionRequest.Builder |
description(String description) |
A description about the new documentation snapshot.
|
CreateDocumentationVersionRequest.Builder |
documentationVersion(String documentationVersion) |
[Required] The version identifier of the new snapshot.
|
CreateDocumentationVersionRequest.Builder |
restApiId(String restApiId) |
[Required] Specifies the API identifier of the to-be-created documentation version.
|
CreateDocumentationVersionRequest.Builder |
stageName(String stageName) |
The stage name to be associated with the new documentation snapshot.
|
copyapply, buildCreateDocumentationVersionRequest.Builder restApiId(String restApiId)
[Required] Specifies the API identifier of the to-be-created documentation version.
restApiId - [Required] Specifies the API identifier of the to-be-created documentation version.CreateDocumentationVersionRequest.Builder documentationVersion(String documentationVersion)
[Required] The version identifier of the new snapshot.
documentationVersion - [Required] The version identifier of the new snapshot.CreateDocumentationVersionRequest.Builder stageName(String stageName)
The stage name to be associated with the new documentation snapshot.
stageName - The stage name to be associated with the new documentation snapshot.CreateDocumentationVersionRequest.Builder description(String description)
A description about the new documentation snapshot.
description - A description about the new documentation snapshot.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.