Interface MergeRouterInputProtocolConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MergeRouterInputProtocolConfiguration.Builder,,MergeRouterInputProtocolConfiguration> SdkBuilder<MergeRouterInputProtocolConfiguration.Builder,,MergeRouterInputProtocolConfiguration> SdkPojo
- Enclosing class:
MergeRouterInputProtocolConfiguration
@Mutable
@NotThreadSafe
public static interface MergeRouterInputProtocolConfiguration.Builder
extends SdkPojo, CopyableBuilder<MergeRouterInputProtocolConfiguration.Builder,MergeRouterInputProtocolConfiguration>
-
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.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 MergeRouterInputProtocolConfiguration.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 MergeRouterInputProtocolConfiguration.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:
-