CopyableBuilder<CreateDocumentationPartRequest.Builder,CreateDocumentationPartRequest>
, SdkBuilder<CreateDocumentationPartRequest.Builder,CreateDocumentationPartRequest>
public static interface CreateDocumentationPartRequest.Builder extends CopyableBuilder<CreateDocumentationPartRequest.Builder,CreateDocumentationPartRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateDocumentationPartRequest.Builder |
location(DocumentationPartLocation location) |
[Required] The location of the targeted API entity of the to-be-created documentation part.
|
CreateDocumentationPartRequest.Builder |
properties(String properties) |
[Required] The new documentation content map of the targeted API entity.
|
CreateDocumentationPartRequest.Builder |
restApiId(String restApiId) |
[Required] The identifier of an API of the to-be-created documentation part.
|
copy
apply, build
CreateDocumentationPartRequest.Builder restApiId(String restApiId)
[Required] The identifier of an API of the to-be-created documentation part.
restApiId
- [Required] The identifier of an API of the to-be-created documentation part.CreateDocumentationPartRequest.Builder location(DocumentationPartLocation location)
[Required] The location of the targeted API entity of the to-be-created documentation part.
location
- [Required] The location of the targeted API entity of the to-be-created documentation part.CreateDocumentationPartRequest.Builder properties(String properties)
[Required] The new documentation content map of the targeted API entity. Enclosed key-value pairs are API-specific, but only Swagger-compliant key-value pairs can be exported and, hence, published.
properties
- [Required] The new documentation content map of the targeted API entity. Enclosed key-value pairs are
API-specific, but only Swagger-compliant key-value pairs can be exported and, hence, published.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.