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 - The repository 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 - The repository settings.NOTE: In addition to the specified settings, you can also use all non-secure client settings in the repository settings. In this case, the client settings found in the repository settings will be merged with those of the named client used by the repository. Conflicts between client and repository settings are resolved by the repository settings taking precedence over client settings.
API name:
settings
-
serializeInternal
- Overrides:
serializeInternal
in classRepositoryBase
-
setupS3RepositoryDeserializer
-