public static interface CreateBridgeRequest.Builder extends MediaConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateBridgeRequest.Builder,CreateBridgeRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBridgeRequest.Builder egressGatewayBridge(AddEgressGatewayBridgeRequest egressGatewayBridge)
egressGatewayBridge - Create a bridge with the egress bridge type. An egress bridge is a cloud-to-ground bridge. The content
comes from an existing MediaConnect flow and is delivered to your premises.default CreateBridgeRequest.Builder egressGatewayBridge(Consumer<AddEgressGatewayBridgeRequest.Builder> egressGatewayBridge)
AddEgressGatewayBridgeRequest.Builder avoiding the need to create one
manually via AddEgressGatewayBridgeRequest.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to egressGatewayBridge(AddEgressGatewayBridgeRequest).
egressGatewayBridge - a consumer that will call methods on AddEgressGatewayBridgeRequest.BuilderegressGatewayBridge(AddEgressGatewayBridgeRequest)CreateBridgeRequest.Builder ingressGatewayBridge(AddIngressGatewayBridgeRequest ingressGatewayBridge)
ingressGatewayBridge - Create a bridge with the ingress bridge type. An ingress bridge is a ground-to-cloud bridge. The
content originates at your premises and is delivered to the cloud.default CreateBridgeRequest.Builder ingressGatewayBridge(Consumer<AddIngressGatewayBridgeRequest.Builder> ingressGatewayBridge)
AddIngressGatewayBridgeRequest.Builder avoiding the need to create one manually via
AddIngressGatewayBridgeRequest.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to ingressGatewayBridge(AddIngressGatewayBridgeRequest).
ingressGatewayBridge - a consumer that will call methods on AddIngressGatewayBridgeRequest.BuilderingressGatewayBridge(AddIngressGatewayBridgeRequest)CreateBridgeRequest.Builder name(String name)
name - The name of the bridge. This name can not be modified after the bridge is created.CreateBridgeRequest.Builder outputs(Collection<AddBridgeOutputRequest> outputs)
outputs - The outputs that you want to add to this bridge.CreateBridgeRequest.Builder outputs(AddBridgeOutputRequest... outputs)
outputs - The outputs that you want to add to this bridge.CreateBridgeRequest.Builder outputs(Consumer<AddBridgeOutputRequest.Builder>... outputs)
AddBridgeOutputRequest.Builder avoiding the need
to create one manually via
AddBridgeOutputRequest.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #outputs(List.
outputs - a consumer that will call methods on
AddBridgeOutputRequest.Builder#outputs(java.util.Collection) CreateBridgeRequest.Builder placementArn(String placementArn)
placementArn - The bridge placement Amazon Resource Number (ARN).CreateBridgeRequest.Builder sourceFailoverConfig(FailoverConfig sourceFailoverConfig)
sourceFailoverConfig - The settings for source failover.default CreateBridgeRequest.Builder sourceFailoverConfig(Consumer<FailoverConfig.Builder> sourceFailoverConfig)
FailoverConfig.Builder avoiding the need to create one manually via FailoverConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sourceFailoverConfig(FailoverConfig).
sourceFailoverConfig - a consumer that will call methods on FailoverConfig.BuildersourceFailoverConfig(FailoverConfig)CreateBridgeRequest.Builder sources(Collection<AddBridgeSourceRequest> sources)
sources - The sources that you want to add to this bridge.CreateBridgeRequest.Builder sources(AddBridgeSourceRequest... sources)
sources - The sources that you want to add to this bridge.CreateBridgeRequest.Builder sources(Consumer<AddBridgeSourceRequest.Builder>... sources)
AddBridgeSourceRequest.Builder avoiding the need
to create one manually via
AddBridgeSourceRequest.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #sources(List.
sources - a consumer that will call methods on
AddBridgeSourceRequest.Builder#sources(java.util.Collection) CreateBridgeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateBridgeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.