Interface UpdateRouterNetworkInterfaceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateRouterNetworkInterfaceRequest.Builder,,UpdateRouterNetworkInterfaceRequest> MediaConnectRequest.Builder,SdkBuilder<UpdateRouterNetworkInterfaceRequest.Builder,,UpdateRouterNetworkInterfaceRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateRouterNetworkInterfaceRequest
@Mutable
@NotThreadSafe
public static interface UpdateRouterNetworkInterfaceRequest.Builder
extends MediaConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateRouterNetworkInterfaceRequest.Builder,UpdateRouterNetworkInterfaceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the router network interface that you want to update.configuration(Consumer<RouterNetworkInterfaceConfiguration.Builder> configuration) The updated configuration settings for the router network interface.configuration(RouterNetworkInterfaceConfiguration configuration) The updated configuration settings for the router network interface.The updated name for the router network interface.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mediaconnect.model.MediaConnectRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the router network interface that you want to update.
- Parameters:
arn- The Amazon Resource Name (ARN) of the router network interface that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The updated name for the router network interface.
- Parameters:
name- The updated name for the router network interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
UpdateRouterNetworkInterfaceRequest.Builder configuration(RouterNetworkInterfaceConfiguration configuration) The updated configuration settings for the router network interface. Changing the type of the configuration is not supported.
- Parameters:
configuration- The updated configuration settings for the router network interface. Changing the type of the configuration is not supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
default UpdateRouterNetworkInterfaceRequest.Builder configuration(Consumer<RouterNetworkInterfaceConfiguration.Builder> configuration) The updated configuration settings for the router network interface. Changing the type of the configuration is not supported.
This is a convenience method that creates an instance of theRouterNetworkInterfaceConfiguration.Builderavoiding the need to create one manually viaRouterNetworkInterfaceConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfiguration(RouterNetworkInterfaceConfiguration).- Parameters:
configuration- a consumer that will call methods onRouterNetworkInterfaceConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateRouterNetworkInterfaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateRouterNetworkInterfaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-