| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static BridgeFlowSource.Builder |
BridgeFlowSource.builder() |
BridgeFlowSource.Builder |
BridgeFlowSource.Builder.flowArn(String flowArn)
The ARN of the cloud flow used as a source of this bridge.
|
default BridgeFlowSource.Builder |
BridgeFlowSource.Builder.flowVpcInterfaceAttachment(Consumer<VpcInterfaceAttachment.Builder> flowVpcInterfaceAttachment)
The name of the VPC interface attachment to use for this source.
|
BridgeFlowSource.Builder |
BridgeFlowSource.Builder.flowVpcInterfaceAttachment(VpcInterfaceAttachment flowVpcInterfaceAttachment)
The name of the VPC interface attachment to use for this source.
|
BridgeFlowSource.Builder |
BridgeFlowSource.Builder.name(String name)
The name of the flow source.
|
BridgeFlowSource.Builder |
BridgeFlowSource.Builder.outputArn(String outputArn)
The Amazon Resource Number (ARN) of the output.
|
BridgeFlowSource.Builder |
BridgeFlowSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BridgeFlowSource.Builder> |
BridgeFlowSource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BridgeSource.Builder |
BridgeSource.Builder.flowSource(Consumer<BridgeFlowSource.Builder> flowSource)
Sets the value of the FlowSource property for this object.
|
Copyright © 2023. All rights reserved.