Uses of Interface
software.amazon.awssdk.services.opensearch.model.CancelledChangeProperty.Builder
-
Packages that use CancelledChangeProperty.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of CancelledChangeProperty.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return CancelledChangeProperty.Builder Modifier and Type Method Description CancelledChangeProperty.BuilderCancelledChangeProperty.Builder. activeValue(String activeValue)The current value of the property, after the change was cancelled.static CancelledChangeProperty.BuilderCancelledChangeProperty. builder()CancelledChangeProperty.BuilderCancelledChangeProperty.Builder. cancelledValue(String cancelledValue)The pending value of the property that was cancelled.CancelledChangeProperty.BuilderCancelledChangeProperty.Builder. propertyName(String propertyName)The name of the property whose change was cancelled.CancelledChangeProperty.BuilderCancelledChangeProperty. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type CancelledChangeProperty.Builder Modifier and Type Method Description static Class<? extends CancelledChangeProperty.Builder>CancelledChangeProperty. serializableBuilderClass()
-