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(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.
|
build
copy
apply, build
ListDocumentsResponse.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 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.