public static interface ListDocumentsResponse.Builder extends SSMResponse.Builder, CopyableBuilder<ListDocumentsResponse.Builder,ListDocumentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDocumentsResponse.Builder |
documentIdentifiers(Collection<DocumentIdentifier> documentIdentifiers)
The names of the Systems Manager documents.
|
ListDocumentsResponse.Builder |
documentIdentifiers(Consumer<DocumentIdentifier.Builder>... documentIdentifiers)
The names of the Systems Manager documents.
|
ListDocumentsResponse.Builder |
documentIdentifiers(DocumentIdentifier... documentIdentifiers)
The names of the Systems Manager documents.
|
ListDocumentsResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListDocumentsResponse.Builder documentIdentifiers(Collection<DocumentIdentifier> documentIdentifiers)
The names of the Systems Manager documents.
documentIdentifiers - The names of the Systems Manager documents.ListDocumentsResponse.Builder documentIdentifiers(DocumentIdentifier... documentIdentifiers)
The names of the Systems Manager documents.
documentIdentifiers - The names of the Systems Manager documents.ListDocumentsResponse.Builder documentIdentifiers(Consumer<DocumentIdentifier.Builder>... documentIdentifiers)
The names of the Systems Manager documents.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #documentIdentifiers(List) .documentIdentifiers - a consumer that will call methods on List.Builder #documentIdentifiers(List) ListDocumentsResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken - The token to use when requesting the next set of items. If there are no additional items to return,
the string is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.