Class RepositoryBuilders
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.RepositoryBuilders
Builders for
Repository
variants.-
Method Summary
Modifier and TypeMethodDescriptionstatic AzureRepository.Builder
azure()
Creates a builder for theazure
Repository
variant.static Repository
Creates a Repository of theazure
Repository
variant.fs()
Creates a builder for thefs
Repository
variant.static Repository
Creates a Repository of thefs
Repository
variant.static GcsRepository.Builder
gcs()
Creates a builder for thegcs
Repository
variant.static Repository
Creates a Repository of thegcs
Repository
variant.static S3Repository.Builder
s3()
Creates a builder for thes3
Repository
variant.static Repository
Creates a Repository of thes3
Repository
variant.static SourceOnlyRepository.Builder
source()
Creates a builder for thesource
Repository
variant.static Repository
Creates a Repository of thesource
Repository
variant.url()
Creates a builder for theurl
Repository
variant.static Repository
Creates a Repository of theurl
Repository
variant.
-
Method Details
-
azure
Creates a builder for theazure
Repository
variant. -
azure
Creates a Repository of theazure
Repository
variant. -
gcs
Creates a builder for thegcs
Repository
variant. -
gcs
Creates a Repository of thegcs
Repository
variant. -
url
Creates a builder for theurl
Repository
variant. -
url
public static Repository url(Function<ReadOnlyUrlRepository.Builder, ObjectBuilder<ReadOnlyUrlRepository>> fn) Creates a Repository of theurl
Repository
variant. -
s3
Creates a builder for thes3
Repository
variant. -
s3
Creates a Repository of thes3
Repository
variant. -
fs
Creates a builder for thefs
Repository
variant. -
fs
public static Repository fs(Function<SharedFileSystemRepository.Builder, ObjectBuilder<SharedFileSystemRepository>> fn) Creates a Repository of thefs
Repository
variant. -
source
Creates a builder for thesource
Repository
variant. -
source
public static Repository source(Function<SourceOnlyRepository.Builder, ObjectBuilder<SourceOnlyRepository>> fn) Creates a Repository of thesource
Repository
variant.
-