CopyableBuilder<GetDocumentationVersionsResponse.Builder,GetDocumentationVersionsResponse>
, SdkBuilder<GetDocumentationVersionsResponse.Builder,GetDocumentationVersionsResponse>
public static interface GetDocumentationVersionsResponse.Builder extends CopyableBuilder<GetDocumentationVersionsResponse.Builder,GetDocumentationVersionsResponse>
Modifier and Type | Method | Description |
---|---|---|
GetDocumentationVersionsResponse.Builder |
items(Collection<DocumentationVersion> items) |
The current page of DocumentationVersion items from the DocumentationVersions collection of an
API.
|
GetDocumentationVersionsResponse.Builder |
items(DocumentationVersion... items) |
The current page of DocumentationVersion items from the DocumentationVersions collection of an
API.
|
GetDocumentationVersionsResponse.Builder |
position(String position) |
copy
apply, build
GetDocumentationVersionsResponse.Builder position(String position)
position
- GetDocumentationVersionsResponse.Builder items(Collection<DocumentationVersion> items)
The current page of DocumentationVersion items from the DocumentationVersions collection of an API.
items
- The current page of DocumentationVersion items from the DocumentationVersions collection
of an API.GetDocumentationVersionsResponse.Builder items(DocumentationVersion... items)
The current page of DocumentationVersion items from the DocumentationVersions collection of an API.
NOTE: This method appends the values to the existing list (if any). Use
#setItems(java.util.Collection)
or #withItems(java.util.Collection)
if you want to override
the existing values.
items
- The current page of DocumentationVersion items from the DocumentationVersions collection
of an API.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.