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.Determines the processing capacity and feature set of the flow.Determines the processing capacity and feature set of the flow.default UpdateFlowRequest.Buildermaintenance(Consumer<UpdateMaintenance.Builder> maintenance) The maintenance setting of the flow.maintenance(UpdateMaintenance maintenance) The maintenance setting of the flow.default UpdateFlowRequest.BuilderndiConfig(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.BuildersourceFailoverConfig(Consumer<UpdateFailoverConfig.Builder> sourceFailoverConfig) The settings for source failover.sourceFailoverConfig(UpdateFailoverConfig sourceFailoverConfig) The settings for source failover.default UpdateFlowRequest.BuildersourceMonitoringConfig(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
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
-
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.Builderavoiding the need to create one manually viaUpdateFailoverConfig.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaUpdateMaintenance.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaMonitoringConfig.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaNdiConfig.builder().When the
Consumercompletes,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:
-
flowSize
Determines the processing capacity and feature set of the flow.
- Parameters:
flowSize- Determines the processing capacity and feature set of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
flowSize
Determines the processing capacity and feature set of the flow.
- Parameters:
flowSize- Determines the processing capacity and feature set of the flow.- 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.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.
-