Interface UpdateFlowRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateFlowRequest.Builder,
,UpdateFlowRequest> MediaConnectRequest.Builder
,SdkBuilder<UpdateFlowRequest.Builder,
,UpdateFlowRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateFlowRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the flow that you want to update.default UpdateFlowRequest.Builder
maintenance
(Consumer<UpdateMaintenance.Builder> maintenance) The maintenance setting of the flow.maintenance
(UpdateMaintenance maintenance) The maintenance setting of the flow.default UpdateFlowRequest.Builder
ndiConfig
(Consumer<NdiConfig.Builder> ndiConfig) Specifies the configuration settings for NDI outputs.Specifies the configuration settings for NDI outputs.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default UpdateFlowRequest.Builder
sourceFailoverConfig
(Consumer<UpdateFailoverConfig.Builder> sourceFailoverConfig) The settings for source failover.sourceFailoverConfig
(UpdateFailoverConfig sourceFailoverConfig) The settings for source failover.default UpdateFlowRequest.Builder
sourceMonitoringConfig
(Consumer<MonitoringConfig.Builder> sourceMonitoringConfig) The settings for source monitoring.sourceMonitoringConfig
(MonitoringConfig sourceMonitoringConfig) The settings for source monitoring.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.mediaconnect.model.MediaConnectRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
flowArn
The Amazon Resource Name (ARN) of the flow that you want to update.
- Parameters:
flowArn
- The Amazon Resource Name (ARN) of the flow that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceFailoverConfig
The settings for source failover.
- Parameters:
sourceFailoverConfig
- The settings for source failover.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceFailoverConfig
default UpdateFlowRequest.Builder sourceFailoverConfig(Consumer<UpdateFailoverConfig.Builder> sourceFailoverConfig) The settings for source failover.
This is a convenience method that creates an instance of theUpdateFailoverConfig.Builder
avoiding the need to create one manually viaUpdateFailoverConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosourceFailoverConfig(UpdateFailoverConfig)
.- Parameters:
sourceFailoverConfig
- a consumer that will call methods onUpdateFailoverConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maintenance
The maintenance setting of the flow.
- Parameters:
maintenance
- The maintenance setting of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maintenance
The maintenance setting of the flow.
This is a convenience method that creates an instance of theUpdateMaintenance.Builder
avoiding the need to create one manually viaUpdateMaintenance.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomaintenance(UpdateMaintenance)
.- Parameters:
maintenance
- a consumer that will call methods onUpdateMaintenance.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceMonitoringConfig
The settings for source monitoring.
- Parameters:
sourceMonitoringConfig
- The settings for source monitoring.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceMonitoringConfig
default UpdateFlowRequest.Builder sourceMonitoringConfig(Consumer<MonitoringConfig.Builder> sourceMonitoringConfig) The settings for source monitoring.
This is a convenience method that creates an instance of theMonitoringConfig.Builder
avoiding the need to create one manually viaMonitoringConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosourceMonitoringConfig(MonitoringConfig)
.- Parameters:
sourceMonitoringConfig
- a consumer that will call methods onMonitoringConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ndiConfig
Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs.
- Parameters:
ndiConfig
- Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ndiConfig
Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs.
This is a convenience method that creates an instance of theNdiConfig.Builder
avoiding the need to create one manually viaNdiConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tondiConfig(NdiConfig)
.- Parameters:
ndiConfig
- a consumer that will call methods onNdiConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateFlowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateFlowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-