Interface AddBridgeOutputsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AddBridgeOutputsRequest.Builder,AddBridgeOutputsRequest>,MediaConnectRequest.Builder,SdkBuilder<AddBridgeOutputsRequest.Builder,AddBridgeOutputsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AddBridgeOutputsRequest
public static interface AddBridgeOutputsRequest.Builder extends MediaConnectRequest.Builder, SdkPojo, CopyableBuilder<AddBridgeOutputsRequest.Builder,AddBridgeOutputsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddBridgeOutputsRequest.BuilderbridgeArn(String bridgeArn)The ARN of the bridge that you want to update.AddBridgeOutputsRequest.Builderoutputs(Collection<AddBridgeOutputRequest> outputs)The outputs that you want to add to this bridge.AddBridgeOutputsRequest.Builderoutputs(Consumer<AddBridgeOutputRequest.Builder>... outputs)The outputs that you want to add to this bridge.AddBridgeOutputsRequest.Builderoutputs(AddBridgeOutputRequest... outputs)The outputs that you want to add to this bridge.AddBridgeOutputsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AddBridgeOutputsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
AddBridgeOutputsRequest.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.
-
outputs
AddBridgeOutputsRequest.Builder outputs(Collection<AddBridgeOutputRequest> 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
AddBridgeOutputsRequest.Builder outputs(AddBridgeOutputRequest... 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
AddBridgeOutputsRequest.Builder outputs(Consumer<AddBridgeOutputRequest.Builder>... 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 to#outputs(List.) - 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:
#outputs(java.util.Collection)
-
overrideConfiguration
AddBridgeOutputsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AddBridgeOutputsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-