Interface StandardRouterOutputConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StandardRouterOutputConfiguration.Builder,,StandardRouterOutputConfiguration> SdkBuilder<StandardRouterOutputConfiguration.Builder,,StandardRouterOutputConfiguration> SdkPojo
- Enclosing class:
StandardRouterOutputConfiguration
@Mutable
@NotThreadSafe
public static interface StandardRouterOutputConfiguration.Builder
extends SdkPojo, CopyableBuilder<StandardRouterOutputConfiguration.Builder,StandardRouterOutputConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionnetworkInterfaceArn(String networkInterfaceArn) The Amazon Resource Name (ARN) of the network interface associated with the standard router output.The protocol used by the standard router output.protocol(RouterOutputProtocol protocol) The protocol used by the standard router output.protocolConfiguration(Consumer<RouterOutputProtocolConfiguration.Builder> protocolConfiguration) The configuration settings for the protocol used by the standard router output.protocolConfiguration(RouterOutputProtocolConfiguration protocolConfiguration) The configuration settings for the protocol used by the standard router output.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
-
networkInterfaceArn
The Amazon Resource Name (ARN) of the network interface associated with the standard router output.
- Parameters:
networkInterfaceArn- The Amazon Resource Name (ARN) of the network interface associated with the standard router output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocolConfiguration
StandardRouterOutputConfiguration.Builder protocolConfiguration(RouterOutputProtocolConfiguration protocolConfiguration) The configuration settings for the protocol used by the standard router output.
- Parameters:
protocolConfiguration- The configuration settings for the protocol used by the standard router output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocolConfiguration
default StandardRouterOutputConfiguration.Builder protocolConfiguration(Consumer<RouterOutputProtocolConfiguration.Builder> protocolConfiguration) The configuration settings for the protocol used by the standard router output.
This is a convenience method that creates an instance of theRouterOutputProtocolConfiguration.Builderavoiding the need to create one manually viaRouterOutputProtocolConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprotocolConfiguration(RouterOutputProtocolConfiguration).- Parameters:
protocolConfiguration- a consumer that will call methods onRouterOutputProtocolConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
protocol
The protocol used by the standard router output.
- Parameters:
protocol- The protocol used by the standard router output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
protocol
The protocol used by the standard router output.
- Parameters:
protocol- The protocol used by the standard router output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-