Constructor and Description |
---|
Builder(List<String> path) |
Builder(String... path) |
Modifier and Type | Method and Description |
---|---|
Scope.Builder |
addPath(String name) |
Scope |
build() |
Scope.Builder |
withCluster(String clusterType,
String clusterId) |
Scope.Builder |
withKafkaCluster(String clusterId) |
public Scope.Builder withKafkaCluster(String clusterId)
public Scope.Builder withCluster(String clusterType, String clusterId)
public Scope.Builder addPath(String name)
public Scope build()