CopyableBuilder<SuggestResponse.Builder,SuggestResponse>
, SdkBuilder<SuggestResponse.Builder,SuggestResponse>
public static interface SuggestResponse.Builder extends CopyableBuilder<SuggestResponse.Builder,SuggestResponse>
Modifier and Type | Method | Description |
---|---|---|
SuggestResponse.Builder |
status(SuggestStatus status) |
The status of a
SuggestRequest . |
SuggestResponse.Builder |
suggest(SuggestModel suggest) |
Container for the matching search suggestion information.
|
copy
apply, build
SuggestResponse.Builder status(SuggestStatus status)
The status of a SuggestRequest
. Contains the resource ID (rid
) and how long it took
to process the request (timems
).
status
- The status of a SuggestRequest
. Contains the resource ID (rid
) and how long
it took to process the request (timems
).SuggestResponse.Builder suggest(SuggestModel suggest)
Container for the matching search suggestion information.
suggest
- Container for the matching search suggestion information.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.