Class RepositoryBuilders
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.RepositoryBuilders
Builders for
Repository variants.-
Method Summary
Modifier and TypeMethodDescriptionstatic AzureRepository.Builderazure()Creates a builder for theazureRepositoryvariant.static RepositoryCreates a Repository of theazureRepositoryvariant.fs()Creates a builder for thefsRepositoryvariant.static RepositoryCreates a Repository of thefsRepositoryvariant.static GcsRepository.Buildergcs()Creates a builder for thegcsRepositoryvariant.static RepositoryCreates a Repository of thegcsRepositoryvariant.static S3Repository.Builders3()Creates a builder for thes3Repositoryvariant.static RepositoryCreates a Repository of thes3Repositoryvariant.static SourceOnlyRepository.Buildersource()Creates a builder for thesourceRepositoryvariant.static RepositoryCreates a Repository of thesourceRepositoryvariant.url()Creates a builder for theurlRepositoryvariant.static RepositoryCreates a Repository of theurlRepositoryvariant.
-
Method Details
-
azure
Creates a builder for theazureRepositoryvariant. -
azure
Creates a Repository of theazureRepositoryvariant. -
gcs
Creates a builder for thegcsRepositoryvariant. -
gcs
Creates a Repository of thegcsRepositoryvariant. -
url
Creates a builder for theurlRepositoryvariant. -
url
public static Repository url(Function<ReadOnlyUrlRepository.Builder, ObjectBuilder<ReadOnlyUrlRepository>> fn) Creates a Repository of theurlRepositoryvariant. -
s3
Creates a builder for thes3Repositoryvariant. -
s3
Creates a Repository of thes3Repositoryvariant. -
fs
Creates a builder for thefsRepositoryvariant. -
fs
public static Repository fs(Function<SharedFileSystemRepository.Builder, ObjectBuilder<SharedFileSystemRepository>> fn) Creates a Repository of thefsRepositoryvariant. -
source
Creates a builder for thesourceRepositoryvariant. -
source
public static Repository source(Function<SourceOnlyRepository.Builder, ObjectBuilder<SourceOnlyRepository>> fn) Creates a Repository of thesourceRepositoryvariant.
-