Class S3RepositorySettings
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.RepositorySettingsBase
co.elastic.clients.elasticsearch.snapshot.S3RepositorySettings
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch.snapshot.RepositorySettingsBase
RepositorySettingsBase.AbstractBuilder<BuilderT extends RepositorySettingsBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<S3RepositorySettings>Json deserializer forS3RepositorySettings -
Method Summary
Modifier and TypeMethodDescriptionfinal StringbasePath()API name:base_pathfinal Stringbucket()Required - API name:bucketfinal StringAPI name:buffer_sizefinal StringAPI name:canned_aclfinal Stringclient()API name:clientstatic S3RepositorySettingsfinal Booleanreadonly()API name:readonlyprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) final BooleanAPI name:server_side_encryptionprotected static voidfinal StringAPI name:storage_classMethods inherited from class co.elastic.clients.elasticsearch.snapshot.RepositorySettingsBase
chunkSize, compress, maxRestoreBytesPerSec, maxSnapshotBytesPerSec, serialize, setupRepositorySettingsBaseDeserializer, toString
-
Field Details
-
_DESERIALIZER
Json deserializer forS3RepositorySettings
-
-
Method Details
-
of
public static S3RepositorySettings of(Function<S3RepositorySettings.Builder, ObjectBuilder<S3RepositorySettings>> fn) -
bucket
Required - API name:bucket -
client
API name:client -
basePath
API name:base_path -
readonly
API name:readonly -
serverSideEncryption
API name:server_side_encryption -
bufferSize
API name:buffer_size -
cannedAcl
API name:canned_acl -
storageClass
API name:storage_class -
serializeInternal
- Overrides:
serializeInternalin classRepositorySettingsBase
-
setupS3RepositorySettingsDeserializer
protected static void setupS3RepositorySettingsDeserializer(ObjectDeserializer<S3RepositorySettings.Builder> op)
-