Interface DescribeMultiplexResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeMultiplexResponse.Builder,DescribeMultiplexResponse>,MediaLiveResponse.Builder,SdkBuilder<DescribeMultiplexResponse.Builder,DescribeMultiplexResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeMultiplexResponse
public static interface DescribeMultiplexResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<DescribeMultiplexResponse.Builder,DescribeMultiplexResponse>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.medialive.model.MediaLiveResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
DescribeMultiplexResponse.Builder arn(String arn)
The unique arn of the multiplex.- Parameters:
arn- The unique arn of the multiplex.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZones
DescribeMultiplexResponse.Builder availabilityZones(Collection<String> availabilityZones)
A list of availability zones for the multiplex.- Parameters:
availabilityZones- A list of availability zones for the multiplex.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZones
DescribeMultiplexResponse.Builder availabilityZones(String... availabilityZones)
A list of availability zones for the multiplex.- Parameters:
availabilityZones- A list of availability zones for the multiplex.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinations
DescribeMultiplexResponse.Builder destinations(Collection<MultiplexOutputDestination> destinations)
A list of the multiplex output destinations.- Parameters:
destinations- A list of the multiplex output destinations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinations
DescribeMultiplexResponse.Builder destinations(MultiplexOutputDestination... destinations)
A list of the multiplex output destinations.- Parameters:
destinations- A list of the multiplex output destinations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinations
DescribeMultiplexResponse.Builder destinations(Consumer<MultiplexOutputDestination.Builder>... destinations)
A list of the multiplex output destinations. This is a convenience method that creates an instance of theMultiplexOutputDestination.Builderavoiding the need to create one manually viaMultiplexOutputDestination.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#destinations(List.) - Parameters:
destinations- a consumer that will call methods onMultiplexOutputDestination.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#destinations(java.util.Collection)
-
id
DescribeMultiplexResponse.Builder id(String id)
The unique id of the multiplex.- Parameters:
id- The unique id of the multiplex.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
multiplexSettings
DescribeMultiplexResponse.Builder multiplexSettings(MultiplexSettings multiplexSettings)
Configuration for a multiplex event.- Parameters:
multiplexSettings- Configuration for a multiplex event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
multiplexSettings
default DescribeMultiplexResponse.Builder multiplexSettings(Consumer<MultiplexSettings.Builder> multiplexSettings)
Configuration for a multiplex event. This is a convenience method that creates an instance of theMultiplexSettings.Builderavoiding the need to create one manually viaMultiplexSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomultiplexSettings(MultiplexSettings).- Parameters:
multiplexSettings- a consumer that will call methods onMultiplexSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
multiplexSettings(MultiplexSettings)
-
name
DescribeMultiplexResponse.Builder name(String name)
The name of the multiplex.- Parameters:
name- The name of the multiplex.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelinesRunningCount
DescribeMultiplexResponse.Builder pipelinesRunningCount(Integer pipelinesRunningCount)
The number of currently healthy pipelines.- Parameters:
pipelinesRunningCount- The number of currently healthy pipelines.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
programCount
DescribeMultiplexResponse.Builder programCount(Integer programCount)
The number of programs in the multiplex.- Parameters:
programCount- The number of programs in the multiplex.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
DescribeMultiplexResponse.Builder state(String state)
The current state of the multiplex.- Parameters:
state- The current state of the multiplex.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MultiplexState,MultiplexState
-
state
DescribeMultiplexResponse.Builder state(MultiplexState state)
The current state of the multiplex.- Parameters:
state- The current state of the multiplex.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MultiplexState,MultiplexState
-
tags
DescribeMultiplexResponse.Builder tags(Map<String,String> tags)
A collection of key-value pairs.- Parameters:
tags- A collection of key-value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-