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 SummaryModifier and TypeMethodDescriptiondefault MultiplexOutputSettings.BuildercontainerSettings(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.Builderdestination(Consumer<OutputLocationRef.Builder> destination) Destination is a Multiplex.destination(OutputLocationRef destination) Destination is a Multiplex.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
destinationDestination is a Multiplex.- Parameters:
- destination- Destination is a Multiplex.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
destinationdefault MultiplexOutputSettings.Builder destination(Consumer<OutputLocationRef.Builder> destination) Destination is a Multiplex. This is a convenience method that creates an instance of theOutputLocationRef.Builderavoiding the need to create one manually viaOutputLocationRef.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todestination(OutputLocationRef).- Parameters:
- destination- a consumer that will call methods on- OutputLocationRef.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
containerSettingsSets 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.
 
- 
containerSettingsdefault 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.Builderavoiding the need to create one manually viaMultiplexContainerSettings.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontainerSettings(MultiplexContainerSettings).- Parameters:
- containerSettings- a consumer that will call methods on- MultiplexContainerSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-