Class PlacementBuilder
-
- All Implemented Interfaces:
public final class PlacementBuilderBuilder for Placement configuration
-
-
Constructor Summary
Constructors Constructor Description PlacementBuilder()
-
Method Summary
Modifier and Type Method Description final StringgetCluster()Cluster name where the stream should be placed final UnitsetCluster(String value)Cluster name where the stream should be placed final List<String>getTags()List of tags for placement constraints final UnitsetTags(List<String> value)List of tags for placement constraints -
-
Method Detail
-
getCluster
final String getCluster()
Cluster name where the stream should be placed
-
setCluster
final Unit setCluster(String value)
Cluster name where the stream should be placed
-
-
-
-