public static interface SuggestStatus.Builder extends CopyableBuilder<SuggestStatus.Builder,SuggestStatus>
| Modifier and Type | Method and Description |
|---|---|
SuggestStatus.Builder |
rid(String rid)
The encrypted resource ID for the request.
|
SuggestStatus.Builder |
timems(Long timems)
How long it took to process the request, in milliseconds.
|
copyapply, buildSuggestStatus.Builder timems(Long timems)
How long it took to process the request, in milliseconds.
timems - How long it took to process the request, in milliseconds.SuggestStatus.Builder rid(String rid)
The encrypted resource ID for the request.
rid - The encrypted resource ID for the request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.