Interface AddBridgeSourcesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<AddBridgeSourcesResponse.Builder,
,AddBridgeSourcesResponse> MediaConnectResponse.Builder
,SdkBuilder<AddBridgeSourcesResponse.Builder,
,AddBridgeSourcesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
AddBridgeSourcesResponse
public static interface AddBridgeSourcesResponse.Builder
extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<AddBridgeSourcesResponse.Builder,AddBridgeSourcesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Number (ARN) of the bridge.sources
(Collection<BridgeSource> sources) The sources that you added to this bridge.sources
(Consumer<BridgeSource.Builder>... sources) The sources that you added to this bridge.sources
(BridgeSource... sources) The sources that you added to this bridge.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.mediaconnect.model.MediaConnectResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
bridgeArn
The Amazon Resource Number (ARN) of the bridge.- Parameters:
bridgeArn
- The Amazon Resource Number (ARN) of the bridge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
The sources that you added to this bridge.- Parameters:
sources
- The sources that you added to this bridge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
The sources that you added to this bridge.- Parameters:
sources
- The sources that you added to this bridge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
The sources that you added to this bridge. This is a convenience method that creates an instance of theBridgeSource.Builder
avoiding the need to create one manually viaBridgeSource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosources(List<BridgeSource>)
.- Parameters:
sources
- a consumer that will call methods onBridgeSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-