Class DataStreamSettings
java.lang.Object
co.elastic.clients.elasticsearch.indices.get_data_stream_settings.DataStreamSettings
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DataStreamSettings>Json deserializer forDataStreamSettings -
Method Summary
Modifier and TypeMethodDescriptionfinal IndexSettingsRequired - The settings specific to this data stream merged with the settings from its template.final Stringname()Required - The name of the data stream.static DataStreamSettingsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) final IndexSettingssettings()Required - The settings specific to this data streamprotected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forDataStreamSettings
-
-
Method Details
-
of
public static DataStreamSettings of(Function<DataStreamSettings.Builder, ObjectBuilder<DataStreamSettings>> fn) -
name
Required - The name of the data stream.API name:
name -
settings
Required - The settings specific to this data streamAPI name:
settings -
effectiveSettings
Required - The settings specific to this data stream merged with the settings from its template. Theseeffective_settingsare the settings that will be used when a new index is created for this data stream.API name:
effective_settings -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDataStreamSettingsDeserializer
protected static void setupDataStreamSettingsDeserializer(ObjectDeserializer<DataStreamSettings.Builder> op)
-