public static interface OutputGroup.Builder extends CopyableBuilder<OutputGroup.Builder,OutputGroup>
| Modifier and Type | Method and Description |
|---|---|
OutputGroup.Builder |
name(String name)
Custom output group name optionally defined by the user.
|
default OutputGroup.Builder |
outputGroupSettings(Consumer<OutputGroupSettings.Builder> outputGroupSettings)
Settings associated with the output group.
|
OutputGroup.Builder |
outputGroupSettings(OutputGroupSettings outputGroupSettings)
Settings associated with the output group.
|
OutputGroup.Builder |
outputs(Collection<Output> outputs)
Sets the value of the Outputs property for this object.
|
OutputGroup.Builder |
outputs(Consumer<Output.Builder>... outputs)
Sets the value of the Outputs property for this object.
|
OutputGroup.Builder |
outputs(Output... outputs)
Sets the value of the Outputs property for this object.
|
copyapply, buildOutputGroup.Builder name(String name)
name - Custom output group name optionally defined by the user. Only letters, numbers, and the underscore
character allowed; only 32 characters allowed.OutputGroup.Builder outputGroupSettings(OutputGroupSettings outputGroupSettings)
outputGroupSettings - Settings associated with the output group.default OutputGroup.Builder outputGroupSettings(Consumer<OutputGroupSettings.Builder> outputGroupSettings)
OutputGroupSettings.Builder avoiding the need to create one manually via
OutputGroupSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to outputGroupSettings(OutputGroupSettings).outputGroupSettings - a consumer that will call methods on OutputGroupSettings.BuilderoutputGroupSettings(OutputGroupSettings)OutputGroup.Builder outputs(Collection<Output> outputs)
outputs - The new value for the Outputs property for this object.OutputGroup.Builder outputs(Output... outputs)
outputs - The new value for the Outputs property for this object.OutputGroup.Builder outputs(Consumer<Output.Builder>... outputs)
List avoiding the need to
create one manually via List.
When the Consumer completes, List is called immediately and its
result is passed to #outputs(List.outputs - a consumer that will call methods on List#outputs(ListCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.