Class RepositoryLocation

java.lang.Object
co.elastic.clients.elasticsearch.nodes.RepositoryLocation
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public class RepositoryLocation
extends java.lang.Object
implements JsonpSerializable
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static RepositoryLocation of​(java.util.function.Function<RepositoryLocation.Builder,​ObjectBuilder<RepositoryLocation>> fn)
    • basePath

      public final java.lang.String basePath()
      Required - API name: base_path
    • container

      @Nullable public final java.lang.String container()
      Container name (Azure)

      API name: container

    • bucket

      @Nullable public final java.lang.String bucket()
      Bucket name (GCP, S3)

      API name: bucket

    • serialize

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • setupRepositoryLocationDeserializer

      protected static void setupRepositoryLocationDeserializer​(ObjectDeserializer<RepositoryLocation.Builder> op)