Interface CreateBridgeRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateBridgeRequest.Builder,,CreateBridgeRequest> MediaConnectRequest.Builder,SdkBuilder<CreateBridgeRequest.Builder,,CreateBridgeRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateBridgeRequest
- 
Method Summary
Modifier and TypeMethodDescriptiondefault CreateBridgeRequest.BuilderegressGatewayBridge(Consumer<AddEgressGatewayBridgeRequest.Builder> egressGatewayBridge) An egress bridge is a cloud-to-ground bridge.egressGatewayBridge(AddEgressGatewayBridgeRequest egressGatewayBridge) An egress bridge is a cloud-to-ground bridge.default CreateBridgeRequest.BuilderingressGatewayBridge(Consumer<AddIngressGatewayBridgeRequest.Builder> ingressGatewayBridge) An ingress bridge is a ground-to-cloud bridge.ingressGatewayBridge(AddIngressGatewayBridgeRequest ingressGatewayBridge) An ingress bridge is a ground-to-cloud bridge.The name of the bridge.outputs(Collection<AddBridgeOutputRequest> outputs) The outputs that you want to add to this bridge.outputs(Consumer<AddBridgeOutputRequest.Builder>... outputs) The outputs that you want to add to this bridge.outputs(AddBridgeOutputRequest... outputs) The outputs that you want to add to this bridge.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.placementArn(String placementArn) The bridge placement Amazon Resource Number (ARN).default CreateBridgeRequest.BuildersourceFailoverConfig(Consumer<FailoverConfig.Builder> sourceFailoverConfig) The settings for source failover.sourceFailoverConfig(FailoverConfig sourceFailoverConfig) The settings for source failover.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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mediaconnect.model.MediaConnectRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
egressGatewayBridge
An egress bridge is a cloud-to-ground bridge. The content comes from an existing MediaConnect flow and is delivered to your premises.
- Parameters:
 egressGatewayBridge- An egress bridge is a cloud-to-ground bridge. The content comes from an existing MediaConnect flow and is delivered to your premises.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
egressGatewayBridge
default CreateBridgeRequest.Builder egressGatewayBridge(Consumer<AddEgressGatewayBridgeRequest.Builder> egressGatewayBridge) An egress bridge is a cloud-to-ground bridge. The content comes from an existing MediaConnect flow and is delivered to your premises.
This is a convenience method that creates an instance of theAddEgressGatewayBridgeRequest.Builderavoiding the need to create one manually viaAddEgressGatewayBridgeRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toegressGatewayBridge(AddEgressGatewayBridgeRequest).- Parameters:
 egressGatewayBridge- a consumer that will call methods onAddEgressGatewayBridgeRequest.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
ingressGatewayBridge
CreateBridgeRequest.Builder ingressGatewayBridge(AddIngressGatewayBridgeRequest ingressGatewayBridge) An ingress bridge is a ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud.
- Parameters:
 ingressGatewayBridge- An ingress bridge is a ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
ingressGatewayBridge
default CreateBridgeRequest.Builder ingressGatewayBridge(Consumer<AddIngressGatewayBridgeRequest.Builder> ingressGatewayBridge) An ingress bridge is a ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud.
This is a convenience method that creates an instance of theAddIngressGatewayBridgeRequest.Builderavoiding the need to create one manually viaAddIngressGatewayBridgeRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toingressGatewayBridge(AddIngressGatewayBridgeRequest).- Parameters:
 ingressGatewayBridge- a consumer that will call methods onAddIngressGatewayBridgeRequest.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
name
The name of the bridge. This name can not be modified after the bridge is created.
- Parameters:
 name- The name of the bridge. This name can not be modified after the bridge is created.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
outputs
The outputs that you want to add to this bridge.
- Parameters:
 outputs- The outputs that you want to add to this bridge.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
outputs
The outputs that you want to add to this bridge.
- Parameters:
 outputs- The outputs that you want to add to this bridge.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
outputs
The outputs that you want to add to this bridge.
This is a convenience method that creates an instance of theAddBridgeOutputRequest.Builderavoiding the need to create one manually viaAddBridgeOutputRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputs(List<AddBridgeOutputRequest>).- Parameters:
 outputs- a consumer that will call methods onAddBridgeOutputRequest.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
placementArn
The bridge placement Amazon Resource Number (ARN).
- Parameters:
 placementArn- The bridge placement Amazon Resource Number (ARN).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sourceFailoverConfig
The settings for source failover.
- Parameters:
 sourceFailoverConfig- The settings for source failover.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sourceFailoverConfig
default CreateBridgeRequest.Builder sourceFailoverConfig(Consumer<FailoverConfig.Builder> sourceFailoverConfig) The settings for source failover.
This is a convenience method that creates an instance of theFailoverConfig.Builderavoiding the need to create one manually viaFailoverConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosourceFailoverConfig(FailoverConfig).- Parameters:
 sourceFailoverConfig- a consumer that will call methods onFailoverConfig.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
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.Builderavoiding the need to create one manually viaAddBridgeSourceRequest.builder().When the
Consumercompletes,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
CreateBridgeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateBridgeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -