public static class ListPartitionDTO.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListPartitionDTO |
build()
Build the ListPartitionDTO.
|
ListPartitionDTO.Builder |
withLists(LiteralDTO[][] lists)
Set the lists of the partition for the builder.
|
ListPartitionDTO.Builder |
withName(java.lang.String name)
Set the name of the partition for the builder.
|
ListPartitionDTO.Builder |
withProperties(java.util.Map<java.lang.String,java.lang.String> properties)
Set the properties of the partition for the builder.
|
public ListPartitionDTO.Builder withName(java.lang.String name)
name
- The name of the partition.public ListPartitionDTO.Builder withLists(LiteralDTO[][] lists)
lists
- The lists of the partition.public ListPartitionDTO.Builder withProperties(java.util.Map<java.lang.String,java.lang.String> properties)
properties
- The properties of the partition.public ListPartitionDTO build()