Class S3Repository
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.RepositoryBase
co.elastic.clients.elasticsearch.snapshot.S3Repository
- All Implemented Interfaces:
RepositoryVariant
,JsonpSerializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch.snapshot.RepositoryBase
RepositoryBase.AbstractBuilder<BuilderT extends RepositoryBase.AbstractBuilder<BuilderT>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<S3Repository>
Json deserializer forS3Repository
-
Method Summary
Modifier and TypeMethodDescriptionRepository variant kind.static S3Repository
protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) final S3RepositorySettings
settings()
Required - API name:settings
protected static void
Methods inherited from class co.elastic.clients.elasticsearch.snapshot.RepositoryBase
serialize, setupRepositoryBaseDeserializer, toString, uuid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface co.elastic.clients.json.JsonpSerializable
serialize
Methods inherited from interface co.elastic.clients.elasticsearch.snapshot.RepositoryVariant
_toRepository
-
Field Details
-
_DESERIALIZER
Json deserializer forS3Repository
-
-
Method Details
-
of
-
_repositoryKind
Repository variant kind.- Specified by:
_repositoryKind
in interfaceRepositoryVariant
-
settings
Required - API name:settings
-
serializeInternal
- Overrides:
serializeInternal
in classRepositoryBase
-
setupS3RepositoryDeserializer
-