CopyableBuilder<ListDocumentsResponse.Builder,ListDocumentsResponse>
, SdkBuilder<ListDocumentsResponse.Builder,ListDocumentsResponse>
public static interface ListDocumentsResponse.Builder extends CopyableBuilder<ListDocumentsResponse.Builder,ListDocumentsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListDocumentsResponse.Builder |
documentIdentifiers(Collection<DocumentIdentifier> documentIdentifiers) |
The names of the SSM documents.
|
ListDocumentsResponse.Builder |
documentIdentifiers(DocumentIdentifier... documentIdentifiers) |
The names of the SSM documents.
|
ListDocumentsResponse.Builder |
nextToken(String nextToken) |
The token to use when requesting the next set of items.
|
copy
apply, build
ListDocumentsResponse.Builder documentIdentifiers(Collection<DocumentIdentifier> documentIdentifiers)
The names of the SSM documents.
documentIdentifiers
- The names of the SSM documents.ListDocumentsResponse.Builder documentIdentifiers(DocumentIdentifier... documentIdentifiers)
The names of the SSM documents.
NOTE: This method appends the values to the existing list (if any). Use
#setDocumentIdentifiers(java.util.Collection)
or
#withDocumentIdentifiers(java.util.Collection)
if you want to override the existing values.
documentIdentifiers
- The names of the SSM 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.