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 String
basePath()
API name:base_path
final String
bucket()
Required - API name:bucket
final String
API name:buffer_size
final String
API name:canned_acl
final String
client()
API name:client
static S3RepositorySettings
final Boolean
readonly()
API name:readonly
protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) final Boolean
API name:server_side_encryption
protected static void
final String
API name:storage_class
Methods 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:
serializeInternal
in classRepositorySettingsBase
-
setupS3RepositorySettingsDeserializer
protected static void setupS3RepositorySettingsDeserializer(ObjectDeserializer<S3RepositorySettings.Builder> op)
-