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