static OutputGroup.Builder |
OutputGroup.builder() |
|
OutputGroup.Builder |
OutputGroup.Builder.name(String name) |
Custom output group name optionally defined by the user.
|
default OutputGroup.Builder |
OutputGroup.Builder.outputGroupSettings(Consumer<OutputGroupSettings.Builder> outputGroupSettings) |
Settings associated with the output group.
|
OutputGroup.Builder |
OutputGroup.Builder.outputGroupSettings(OutputGroupSettings outputGroupSettings) |
Settings associated with the output group.
|
OutputGroup.Builder |
OutputGroup.Builder.outputs(Collection<Output> outputs) |
Sets the value of the Outputs property for this object.
|
OutputGroup.Builder |
OutputGroup.Builder.outputs(Consumer<Output.Builder>... outputs) |
Sets the value of the Outputs property for this object.
|
OutputGroup.Builder |
OutputGroup.Builder.outputs(Output... outputs) |
Sets the value of the Outputs property for this object.
|
OutputGroup.Builder |
OutputGroup.toBuilder() |
|