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