Interface MultiplexOutputSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MultiplexOutputSettings.Builder,
,MultiplexOutputSettings> SdkBuilder<MultiplexOutputSettings.Builder,
,MultiplexOutputSettings> SdkPojo
- Enclosing class:
MultiplexOutputSettings
@Mutable
@NotThreadSafe
public static interface MultiplexOutputSettings.Builder
extends SdkPojo, CopyableBuilder<MultiplexOutputSettings.Builder,MultiplexOutputSettings>
-
Method Summary
Modifier and TypeMethodDescriptiondefault MultiplexOutputSettings.Builder
containerSettings
(Consumer<MultiplexContainerSettings.Builder> containerSettings) Sets the value of the ContainerSettings property for this object.containerSettings
(MultiplexContainerSettings containerSettings) Sets the value of the ContainerSettings property for this object.default MultiplexOutputSettings.Builder
destination
(Consumer<OutputLocationRef.Builder> destination) Destination is a Multiplex.destination
(OutputLocationRef destination) Destination is a Multiplex.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
destination
Destination is a Multiplex.- Parameters:
destination
- Destination is a Multiplex.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destination
default MultiplexOutputSettings.Builder destination(Consumer<OutputLocationRef.Builder> destination) Destination is a Multiplex. This is a convenience method that creates an instance of theOutputLocationRef.Builder
avoiding the need to create one manually viaOutputLocationRef.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todestination(OutputLocationRef)
.- Parameters:
destination
- a consumer that will call methods onOutputLocationRef.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
containerSettings
Sets the value of the ContainerSettings property for this object.- Parameters:
containerSettings
- The new value for the ContainerSettings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containerSettings
default MultiplexOutputSettings.Builder containerSettings(Consumer<MultiplexContainerSettings.Builder> containerSettings) Sets the value of the ContainerSettings property for this object. This is a convenience method that creates an instance of theMultiplexContainerSettings.Builder
avoiding the need to create one manually viaMultiplexContainerSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocontainerSettings(MultiplexContainerSettings)
.- Parameters:
containerSettings
- a consumer that will call methods onMultiplexContainerSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-