Interface RouterInputProtocolConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RouterInputProtocolConfiguration.Builder,,RouterInputProtocolConfiguration> SdkBuilder<RouterInputProtocolConfiguration.Builder,,RouterInputProtocolConfiguration> SdkPojo
- Enclosing class:
RouterInputProtocolConfiguration
@Mutable
@NotThreadSafe
public static interface RouterInputProtocolConfiguration.Builder
extends SdkPojo, CopyableBuilder<RouterInputProtocolConfiguration.Builder,RouterInputProtocolConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Rist property for this object.Sets the value of the Rist property for this object.Sets the value of the Rtp property for this object.Sets the value of the Rtp property for this object.Sets the value of the SrtCaller property for this object.srtCaller(SrtCallerRouterInputConfiguration srtCaller) Sets the value of the SrtCaller property for this object.srtListener(Consumer<SrtListenerRouterInputConfiguration.Builder> srtListener) Sets the value of the SrtListener property for this object.srtListener(SrtListenerRouterInputConfiguration srtListener) Sets the value of the SrtListener property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
rtp
Sets the value of the Rtp property for this object.- Parameters:
rtp- The new value for the Rtp property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rtp
default RouterInputProtocolConfiguration.Builder rtp(Consumer<RtpRouterInputConfiguration.Builder> rtp) Sets the value of the Rtp property for this object. This is a convenience method that creates an instance of theRtpRouterInputConfiguration.Builderavoiding the need to create one manually viaRtpRouterInputConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tortp(RtpRouterInputConfiguration).- Parameters:
rtp- a consumer that will call methods onRtpRouterInputConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
rist
Sets the value of the Rist property for this object.- Parameters:
rist- The new value for the Rist property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rist
default RouterInputProtocolConfiguration.Builder rist(Consumer<RistRouterInputConfiguration.Builder> rist) Sets the value of the Rist property for this object. This is a convenience method that creates an instance of theRistRouterInputConfiguration.Builderavoiding the need to create one manually viaRistRouterInputConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torist(RistRouterInputConfiguration).- Parameters:
rist- a consumer that will call methods onRistRouterInputConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
srtListener
RouterInputProtocolConfiguration.Builder srtListener(SrtListenerRouterInputConfiguration srtListener) Sets the value of the SrtListener property for this object.- Parameters:
srtListener- The new value for the SrtListener property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
srtListener
default RouterInputProtocolConfiguration.Builder srtListener(Consumer<SrtListenerRouterInputConfiguration.Builder> srtListener) Sets the value of the SrtListener property for this object. This is a convenience method that creates an instance of theSrtListenerRouterInputConfiguration.Builderavoiding the need to create one manually viaSrtListenerRouterInputConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosrtListener(SrtListenerRouterInputConfiguration).- Parameters:
srtListener- a consumer that will call methods onSrtListenerRouterInputConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
srtCaller
Sets the value of the SrtCaller property for this object.- Parameters:
srtCaller- The new value for the SrtCaller property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
srtCaller
default RouterInputProtocolConfiguration.Builder srtCaller(Consumer<SrtCallerRouterInputConfiguration.Builder> srtCaller) Sets the value of the SrtCaller property for this object. This is a convenience method that creates an instance of theSrtCallerRouterInputConfiguration.Builderavoiding the need to create one manually viaSrtCallerRouterInputConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosrtCaller(SrtCallerRouterInputConfiguration).- Parameters:
srtCaller- a consumer that will call methods onSrtCallerRouterInputConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-