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