Class RepositoryLocation
java.lang.Object
co.elastic.clients.elasticsearch.nodes.RepositoryLocation
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<RepositoryLocation>Json deserializer forRepositoryLocation -
Method Summary
Modifier and TypeMethodDescriptionfinal StringbasePath()Required - API name:base_pathfinal Stringbucket()Bucket name (GCP, S3)final StringContainer name (Azure)static RepositoryLocationvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forRepositoryLocation
-
-
Method Details
-
of
public static RepositoryLocation of(Function<RepositoryLocation.Builder, ObjectBuilder<RepositoryLocation>> fn) -
basePath
Required - API name:base_path -
container
Container name (Azure)API name:
container -
bucket
Bucket name (GCP, S3)API name:
bucket -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupRepositoryLocationDeserializer
protected static void setupRepositoryLocationDeserializer(ObjectDeserializer<RepositoryLocation.Builder> op)
-