Uses of Interface
software.amazon.awssdk.services.cloudsearch.model.IndexFieldStatus.Builder
-
Packages that use IndexFieldStatus.Builder Package Description software.amazon.awssdk.services.cloudsearch.model -
-
Uses of IndexFieldStatus.Builder in software.amazon.awssdk.services.cloudsearch.model
Methods in software.amazon.awssdk.services.cloudsearch.model that return IndexFieldStatus.Builder Modifier and Type Method Description static IndexFieldStatus.BuilderIndexFieldStatus. builder()default IndexFieldStatus.BuilderIndexFieldStatus.Builder. options(Consumer<IndexField.Builder> options)Sets the value of the Options property for this object.IndexFieldStatus.BuilderIndexFieldStatus.Builder. options(IndexField options)Sets the value of the Options property for this object.default IndexFieldStatus.BuilderIndexFieldStatus.Builder. status(Consumer<OptionStatus.Builder> status)Sets the value of the Status property for this object.IndexFieldStatus.BuilderIndexFieldStatus.Builder. status(OptionStatus status)Sets the value of the Status property for this object.IndexFieldStatus.BuilderIndexFieldStatus. toBuilder()Methods in software.amazon.awssdk.services.cloudsearch.model that return types with arguments of type IndexFieldStatus.Builder Modifier and Type Method Description static Class<? extends IndexFieldStatus.Builder>IndexFieldStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudsearch.model with type arguments of type IndexFieldStatus.Builder Modifier and Type Method Description default DefineIndexFieldResponse.BuilderDefineIndexFieldResponse.Builder. indexField(Consumer<IndexFieldStatus.Builder> indexField)Sets the value of the IndexField property for this object.default DeleteIndexFieldResponse.BuilderDeleteIndexFieldResponse.Builder. indexField(Consumer<IndexFieldStatus.Builder> indexField)The status of the index field being deleted.
-