Interface AddBridgeSourcesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<AddBridgeSourcesRequest.Builder,
,AddBridgeSourcesRequest> MediaConnectRequest.Builder
,SdkBuilder<AddBridgeSourcesRequest.Builder,
,AddBridgeSourcesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
AddBridgeSourcesRequest
public static interface AddBridgeSourcesRequest.Builder
extends MediaConnectRequest.Builder, SdkPojo, CopyableBuilder<AddBridgeSourcesRequest.Builder,AddBridgeSourcesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the bridge that you want to update.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sources
(Collection<AddBridgeSourceRequest> sources) The sources that you want to add to this bridge.sources
(Consumer<AddBridgeSourceRequest.Builder>... sources) The sources that you want to add to this bridge.sources
(AddBridgeSourceRequest... sources) The sources that you want to add to this bridge.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, sdkFields
-
Method Details
-
bridgeArn
The ARN of the bridge that you want to update.- Parameters:
bridgeArn
- The ARN of the bridge that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
The sources that you want to add to this bridge.- Parameters:
sources
- The sources that you want to add to this bridge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
The sources that you want to add to this bridge.- Parameters:
sources
- The sources that you want to add to this bridge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
The sources that you want to add to this bridge. This is a convenience method that creates an instance of theAddBridgeSourceRequest.Builder
avoiding the need to create one manually viaAddBridgeSourceRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosources(List<AddBridgeSourceRequest>)
.- Parameters:
sources
- a consumer that will call methods onAddBridgeSourceRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
AddBridgeSourcesRequest.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
AddBridgeSourcesRequest.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.
-