public static class RangePartitionDTO.Builder
extends java.lang.Object
RangePartitionDTO.| Constructor and Description | 
|---|
Builder()  | 
| Modifier and Type | Method and Description | 
|---|---|
RangePartitionDTO | 
build()  | 
RangePartitionDTO.Builder | 
withLower(LiteralDTO lower)
Set the lower bound for the partition. 
 | 
RangePartitionDTO.Builder | 
withName(java.lang.String name)
Set the name for the partition. 
 | 
RangePartitionDTO.Builder | 
withProperties(java.util.Map<java.lang.String,java.lang.String> properties)
Set the properties for the partition. 
 | 
RangePartitionDTO.Builder | 
withUpper(LiteralDTO upper)
Set the upper bound for the partition. 
 | 
public RangePartitionDTO.Builder withName(java.lang.String name)
name - The name.public RangePartitionDTO.Builder withProperties(java.util.Map<java.lang.String,java.lang.String> properties)
properties - The properties.public RangePartitionDTO.Builder withUpper(LiteralDTO upper)
upper - The upper bound.public RangePartitionDTO.Builder withLower(LiteralDTO lower)
lower - The lower bound.public RangePartitionDTO build()