public static interface SuggesterStatus.Builder extends CopyableBuilder<SuggesterStatus.Builder,SuggesterStatus>
| Modifier and Type | Method and Description |
|---|---|
default SuggesterStatus.Builder |
options(Consumer<Suggester.Builder> options)
Sets the value of the Options property for this object.
|
SuggesterStatus.Builder |
options(Suggester options)
Sets the value of the Options property for this object.
|
default SuggesterStatus.Builder |
status(Consumer<OptionStatus.Builder> status)
Sets the value of the Status property for this object.
|
SuggesterStatus.Builder |
status(OptionStatus status)
Sets the value of the Status property for this object.
|
copyapply, buildSuggesterStatus.Builder options(Suggester options)
options - The new value for the Options property for this object.default SuggesterStatus.Builder options(Consumer<Suggester.Builder> options)
Suggester.Builder avoiding the need to create
one manually via Suggester.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to options(Suggester).options - a consumer that will call methods on Suggester.Builderoptions(Suggester)SuggesterStatus.Builder status(OptionStatus status)
status - The new value for the Status property for this object.default SuggesterStatus.Builder status(Consumer<OptionStatus.Builder> status)
OptionStatus.Builder avoiding the need to
create one manually via OptionStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to status(OptionStatus).status - a consumer that will call methods on OptionStatus.Builderstatus(OptionStatus)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.