CopyableBuilder<GetDocumentationPartsRequest.Builder,GetDocumentationPartsRequest>
, SdkBuilder<GetDocumentationPartsRequest.Builder,GetDocumentationPartsRequest>
public static interface GetDocumentationPartsRequest.Builder extends CopyableBuilder<GetDocumentationPartsRequest.Builder,GetDocumentationPartsRequest>
Modifier and Type | Method | Description |
---|---|---|
GetDocumentationPartsRequest.Builder |
limit(Integer limit) |
The maximum number of returned results per page.
|
GetDocumentationPartsRequest.Builder |
nameQuery(String nameQuery) |
The name of API entities of the to-be-retrieved documentation parts.
|
GetDocumentationPartsRequest.Builder |
path(String path) |
The path of API entities of the to-be-retrieved documentation parts.
|
GetDocumentationPartsRequest.Builder |
position(String position) |
The current pagination position in the paged result set.
|
GetDocumentationPartsRequest.Builder |
restApiId(String restApiId) |
[Required] The identifier of the API of the to-be-retrieved documentation parts.
|
GetDocumentationPartsRequest.Builder |
type(String type) |
The type of API entities of the to-be-retrieved documentation parts.
|
GetDocumentationPartsRequest.Builder |
type(DocumentationPartType type) |
The type of API entities of the to-be-retrieved documentation parts.
|
copy
apply, build
GetDocumentationPartsRequest.Builder restApiId(String restApiId)
[Required] The identifier of the API of the to-be-retrieved documentation parts.
restApiId
- [Required] The identifier of the API of the to-be-retrieved documentation parts.GetDocumentationPartsRequest.Builder type(String type)
The type of API entities of the to-be-retrieved documentation parts.
type
- The type of API entities of the to-be-retrieved documentation parts.DocumentationPartType
GetDocumentationPartsRequest.Builder type(DocumentationPartType type)
The type of API entities of the to-be-retrieved documentation parts.
type
- The type of API entities of the to-be-retrieved documentation parts.DocumentationPartType
GetDocumentationPartsRequest.Builder nameQuery(String nameQuery)
The name of API entities of the to-be-retrieved documentation parts.
nameQuery
- The name of API entities of the to-be-retrieved documentation parts.GetDocumentationPartsRequest.Builder path(String path)
The path of API entities of the to-be-retrieved documentation parts.
path
- The path of API entities of the to-be-retrieved documentation parts.GetDocumentationPartsRequest.Builder position(String position)
The current pagination position in the paged result set.
position
- The current pagination position in the paged result set.GetDocumentationPartsRequest.Builder limit(Integer limit)
The maximum number of returned results per page.
limit
- The maximum number of returned results per page.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.