Interface UpdateRouterOutputRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateRouterOutputRequest.Builder,,UpdateRouterOutputRequest> MediaConnectRequest.Builder,SdkBuilder<UpdateRouterOutputRequest.Builder,,UpdateRouterOutputRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateRouterOutputRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the router output that you want to update.configuration(Consumer<RouterOutputConfiguration.Builder> configuration) The updated configuration settings for the router output.configuration(RouterOutputConfiguration configuration) The updated configuration settings for the router output.maintenanceConfiguration(Consumer<MaintenanceConfiguration.Builder> maintenanceConfiguration) The updated maintenance configuration settings for the router output, including any changes to preferred maintenance windows and schedules.maintenanceConfiguration(MaintenanceConfiguration maintenanceConfiguration) The updated maintenance configuration settings for the router output, including any changes to preferred maintenance windows and schedules.maximumBitrate(Long maximumBitrate) The updated maximum bitrate for the router output.The updated name for the router output.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.routingScope(String routingScope) Specifies whether the router output can take inputs that are in different Regions.routingScope(RoutingScope routingScope) Specifies whether the router output can take inputs that are in different Regions.The updated tier level for the router output.tier(RouterOutputTier tier) The updated tier level for the router output.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 output that you want to update.
- Parameters:
arn- The Amazon Resource Name (ARN) of the router output 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 output.
- Parameters:
name- The updated name for the router output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
The updated configuration settings for the router output. Changing the type of the configuration is not supported.
- Parameters:
configuration- The updated configuration settings for the router output. 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 UpdateRouterOutputRequest.Builder configuration(Consumer<RouterOutputConfiguration.Builder> configuration) The updated configuration settings for the router output. Changing the type of the configuration is not supported.
This is a convenience method that creates an instance of theRouterOutputConfiguration.Builderavoiding the need to create one manually viaRouterOutputConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfiguration(RouterOutputConfiguration).- Parameters:
configuration- a consumer that will call methods onRouterOutputConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maximumBitrate
The updated maximum bitrate for the router output.
- Parameters:
maximumBitrate- The updated maximum bitrate for the router output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingScope
Specifies whether the router output can take inputs that are in different Regions. REGIONAL (default) - can only take inputs from same Region. GLOBAL - can take inputs from any Region.
- Parameters:
routingScope- Specifies whether the router output can take inputs that are in different Regions. REGIONAL (default) - can only take inputs from same Region. GLOBAL - can take inputs from any Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
routingScope
Specifies whether the router output can take inputs that are in different Regions. REGIONAL (default) - can only take inputs from same Region. GLOBAL - can take inputs from any Region.
- Parameters:
routingScope- Specifies whether the router output can take inputs that are in different Regions. REGIONAL (default) - can only take inputs from same Region. GLOBAL - can take inputs from any Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tier
The updated tier level for the router output.
- Parameters:
tier- The updated tier level for the router output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tier
The updated tier level for the router output.
- Parameters:
tier- The updated tier level for the router output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maintenanceConfiguration
UpdateRouterOutputRequest.Builder maintenanceConfiguration(MaintenanceConfiguration maintenanceConfiguration) The updated maintenance configuration settings for the router output, including any changes to preferred maintenance windows and schedules.
- Parameters:
maintenanceConfiguration- The updated maintenance configuration settings for the router output, including any changes to preferred maintenance windows and schedules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maintenanceConfiguration
default UpdateRouterOutputRequest.Builder maintenanceConfiguration(Consumer<MaintenanceConfiguration.Builder> maintenanceConfiguration) The updated maintenance configuration settings for the router output, including any changes to preferred maintenance windows and schedules.
This is a convenience method that creates an instance of theMaintenanceConfiguration.Builderavoiding the need to create one manually viaMaintenanceConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomaintenanceConfiguration(MaintenanceConfiguration).- Parameters:
maintenanceConfiguration- a consumer that will call methods onMaintenanceConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateRouterOutputRequest.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
UpdateRouterOutputRequest.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.
-