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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddBridgeSourcesRequest.BuilderbridgeArn(String bridgeArn)The ARN of the bridge that you want to update.AddBridgeSourcesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AddBridgeSourcesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AddBridgeSourcesRequest.Buildersources(Collection<AddBridgeSourceRequest> sources)The sources that you want to add to this bridge.AddBridgeSourcesRequest.Buildersources(Consumer<AddBridgeSourceRequest.Builder>... sources)The sources that you want to add to this bridge.AddBridgeSourcesRequest.Buildersources(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 Detail
-
bridgeArn
AddBridgeSourcesRequest.Builder bridgeArn(String 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
AddBridgeSourcesRequest.Builder sources(Collection<AddBridgeSourceRequest> 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
AddBridgeSourcesRequest.Builder sources(AddBridgeSourceRequest... 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
AddBridgeSourcesRequest.Builder sources(Consumer<AddBridgeSourceRequest.Builder>... sources)
The sources that you want to add to this bridge. This is a convenience method that creates an instance of theAddBridgeSourceRequest.Builderavoiding the need to create one manually viaAddBridgeSourceRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#sources(List.) - 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:
#sources(java.util.Collection)
-
overrideConfiguration
AddBridgeSourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AddBridgeSourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-