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 IndexSettings
Required - The settings specific to this data stream merged with the settings from its template.final String
name()
Required - The name of the data stream.static DataStreamSettings
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) final IndexSettings
settings()
Required - The settings specific to this data streamprotected static void
toString()
-
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_settings
are 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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDataStreamSettingsDeserializer
protected static void setupDataStreamSettingsDeserializer(ObjectDeserializer<DataStreamSettings.Builder> op)
-