CopyableBuilder<GetDocumentationVersionRequest.Builder,GetDocumentationVersionRequest>
, SdkBuilder<GetDocumentationVersionRequest.Builder,GetDocumentationVersionRequest>
public static interface GetDocumentationVersionRequest.Builder extends CopyableBuilder<GetDocumentationVersionRequest.Builder,GetDocumentationVersionRequest>
Modifier and Type | Method | Description |
---|---|---|
GetDocumentationVersionRequest.Builder |
documentationVersion(String documentationVersion) |
[Required] The version identifier of the to-be-retrieved documentation snapshot.
|
GetDocumentationVersionRequest.Builder |
restApiId(String restApiId) |
[Required] The identifier of the API of the to-be-retrieved documentation snapshot.
|
copy
apply, build
GetDocumentationVersionRequest.Builder restApiId(String restApiId)
[Required] The identifier of the API of the to-be-retrieved documentation snapshot.
restApiId
- [Required] The identifier of the API of the to-be-retrieved documentation snapshot.GetDocumentationVersionRequest.Builder documentationVersion(String documentationVersion)
[Required] The version identifier of the to-be-retrieved documentation snapshot.
documentationVersion
- [Required] The version identifier of the to-be-retrieved documentation snapshot.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.