Class WritableLayer.Builder
java.lang.Object
com.here.platform.data.client.model.WritableLayer.Builder
- Enclosing class:
- WritableLayer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withBillingTags(Set<String> billingTags) withContentEncoding(ContentEncoding contentEncoding) withContentType(String contentType) withCoverage(Coverage coverage) withCrc(CrcAlgorithm crc) withDescription(String description) withDigest(DigestAlgorithm digest) Id of the layer.withLayerType(LayerType layerType) withPartitioning(PartitioningType partitioning) The partitioning scheme of this layer.withSchema(LayerSchema schema) withSummary(String summary) withVolume(Volume volume)
-
Constructor Details
-
Builder
-
Builder
public Builder() -
Builder
-
-
Method Details
-
build
-
withBillingTags
-
withContentEncoding
-
withContentType
-
withCoverage
-
withCrc
-
withDescription
-
withDigest
-
withId
Id of the layer. Allowed characters for the layer id are: a-z, A-Z, 0-9, '_', '-' and '.'. Maximum length of a layer id is 50 characters. -
withLayerType
-
withName
-
withPartitioning
The partitioning scheme of this layer. Either 'generic' or 'heretile'. 'generic' is for layers that do not have any special relation between the partition names. The other partitioning schemes are defined in more detail in the User Guide. -
withSchema
-
withSummary
-
withTags
-
withVolume
-