Interface RouterOutputProtocolConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RouterOutputProtocolConfiguration.Builder,,RouterOutputProtocolConfiguration> SdkBuilder<RouterOutputProtocolConfiguration.Builder,,RouterOutputProtocolConfiguration> SdkPojo
- Enclosing class:
RouterOutputProtocolConfiguration
@Mutable
@NotThreadSafe
public static interface RouterOutputProtocolConfiguration.Builder
extends SdkPojo, CopyableBuilder<RouterOutputProtocolConfiguration.Builder,RouterOutputProtocolConfiguration>
-
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(SrtCallerRouterOutputConfiguration srtCaller) Sets the value of the SrtCaller property for this object.srtListener(Consumer<SrtListenerRouterOutputConfiguration.Builder> srtListener) Sets the value of the SrtListener property for this object.srtListener(SrtListenerRouterOutputConfiguration 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 RouterOutputProtocolConfiguration.Builder rtp(Consumer<RtpRouterOutputConfiguration.Builder> rtp) Sets the value of the Rtp property for this object. This is a convenience method that creates an instance of theRtpRouterOutputConfiguration.Builderavoiding the need to create one manually viaRtpRouterOutputConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tortp(RtpRouterOutputConfiguration).- Parameters:
rtp- a consumer that will call methods onRtpRouterOutputConfiguration.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 RouterOutputProtocolConfiguration.Builder rist(Consumer<RistRouterOutputConfiguration.Builder> rist) Sets the value of the Rist property for this object. This is a convenience method that creates an instance of theRistRouterOutputConfiguration.Builderavoiding the need to create one manually viaRistRouterOutputConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torist(RistRouterOutputConfiguration).- Parameters:
rist- a consumer that will call methods onRistRouterOutputConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
srtListener
RouterOutputProtocolConfiguration.Builder srtListener(SrtListenerRouterOutputConfiguration 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 RouterOutputProtocolConfiguration.Builder srtListener(Consumer<SrtListenerRouterOutputConfiguration.Builder> srtListener) Sets the value of the SrtListener property for this object. This is a convenience method that creates an instance of theSrtListenerRouterOutputConfiguration.Builderavoiding the need to create one manually viaSrtListenerRouterOutputConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosrtListener(SrtListenerRouterOutputConfiguration).- Parameters:
srtListener- a consumer that will call methods onSrtListenerRouterOutputConfiguration.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 RouterOutputProtocolConfiguration.Builder srtCaller(Consumer<SrtCallerRouterOutputConfiguration.Builder> srtCaller) Sets the value of the SrtCaller property for this object. This is a convenience method that creates an instance of theSrtCallerRouterOutputConfiguration.Builderavoiding the need to create one manually viaSrtCallerRouterOutputConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosrtCaller(SrtCallerRouterOutputConfiguration).- Parameters:
srtCaller- a consumer that will call methods onSrtCallerRouterOutputConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-