public static class AlgorithmBucketGroupStep.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(List<Long> inputs,
String method,
List<List<String>> fields,
String label)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
AlgorithmBucketGroupStep.Builder |
addFields(List<String> fields)
Adds an fields to fields.
|
AlgorithmBucketGroupStep.Builder |
addInputs(Long inputs)
Adds an inputs to inputs.
|
AlgorithmBucketGroupStep |
build()
Builds a AlgorithmBucketGroupStep.
|
AlgorithmBucketGroupStep.Builder |
fields(List<List<String>> fields)
Set the fields.
|
AlgorithmBucketGroupStep.Builder |
inputs(List<Long> inputs)
Set the inputs.
|
AlgorithmBucketGroupStep.Builder |
label(String label)
Set the label.
|
AlgorithmBucketGroupStep.Builder |
method(String method)
Set the method.
|
AlgorithmBucketGroupStep.Builder |
order(Boolean order)
Set the order.
|
public AlgorithmBucketGroupStep build()
public AlgorithmBucketGroupStep.Builder addInputs(Long inputs)
inputs
- the new inputspublic AlgorithmBucketGroupStep.Builder addFields(List<String> fields)
fields
- the new fieldspublic AlgorithmBucketGroupStep.Builder order(Boolean order)
order
- the orderpublic AlgorithmBucketGroupStep.Builder inputs(List<Long> inputs)
inputs
- the inputspublic AlgorithmBucketGroupStep.Builder method(String method)
method
- the methodpublic AlgorithmBucketGroupStep.Builder fields(List<List<String>> fields)
fields
- the fieldspublic AlgorithmBucketGroupStep.Builder label(String label)
label
- the labelCopyright © 2021 IBM Cloud. All rights reserved.