| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudsearch.model |
| Modifier and Type | Method and Description |
|---|---|
static IndexFieldStatus.Builder |
IndexFieldStatus.builder() |
default IndexFieldStatus.Builder |
IndexFieldStatus.Builder.options(Consumer<IndexField.Builder> options)
Sets the value of the Options property for this object.
|
IndexFieldStatus.Builder |
IndexFieldStatus.Builder.options(IndexField options)
Sets the value of the Options property for this object.
|
default IndexFieldStatus.Builder |
IndexFieldStatus.Builder.status(Consumer<OptionStatus.Builder> status)
Sets the value of the Status property for this object.
|
IndexFieldStatus.Builder |
IndexFieldStatus.Builder.status(OptionStatus status)
Sets the value of the Status property for this object.
|
IndexFieldStatus.Builder |
IndexFieldStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IndexFieldStatus.Builder> |
IndexFieldStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeleteIndexFieldResponse.Builder |
DeleteIndexFieldResponse.Builder.indexField(Consumer<IndexFieldStatus.Builder> indexField)
The status of the index field being deleted.
|
default DefineIndexFieldResponse.Builder |
DefineIndexFieldResponse.Builder.indexField(Consumer<IndexFieldStatus.Builder> indexField)
Sets the value of the IndexField property for this object.
|
Copyright © 2023. All rights reserved.