Interface RistRouterOutputConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RistRouterOutputConfiguration.Builder,,RistRouterOutputConfiguration> SdkBuilder<RistRouterOutputConfiguration.Builder,,RistRouterOutputConfiguration> SdkPojo
- Enclosing class:
RistRouterOutputConfiguration
@Mutable
@NotThreadSafe
public static interface RistRouterOutputConfiguration.Builder
extends SdkPojo, CopyableBuilder<RistRouterOutputConfiguration.Builder,RistRouterOutputConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondestinationAddress(String destinationAddress) The destination IP address for the RIST protocol in the router output configuration.destinationPort(Integer destinationPort) The destination port number for the RIST protocol in the router output configuration.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
-
destinationAddress
The destination IP address for the RIST protocol in the router output configuration.
- Parameters:
destinationAddress- The destination IP address for the RIST protocol in the router output configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationPort
The destination port number for the RIST protocol in the router output configuration.
- Parameters:
destinationPort- The destination port number for the RIST protocol in the router output configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-