Interface UpdateBridgeFlowSourceRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateBridgeFlowSourceRequest.Builder,
,UpdateBridgeFlowSourceRequest> SdkBuilder<UpdateBridgeFlowSourceRequest.Builder,
,UpdateBridgeFlowSourceRequest> SdkPojo
- Enclosing class:
UpdateBridgeFlowSourceRequest
@Mutable
@NotThreadSafe
public static interface UpdateBridgeFlowSourceRequest.Builder
extends SdkPojo, CopyableBuilder<UpdateBridgeFlowSourceRequest.Builder,UpdateBridgeFlowSourceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) that identifies the MediaConnect resource from which to delete tags.flowVpcInterfaceAttachment
(Consumer<VpcInterfaceAttachment.Builder> flowVpcInterfaceAttachment) The name of the VPC interface attachment to use for this source.flowVpcInterfaceAttachment
(VpcInterfaceAttachment flowVpcInterfaceAttachment) The name of the VPC interface attachment to use for this source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
flowArn
The Amazon Resource Name (ARN) that identifies the MediaConnect resource from which to delete tags.
- Parameters:
flowArn
- The Amazon Resource Name (ARN) that identifies the MediaConnect resource from which to delete tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowVpcInterfaceAttachment
UpdateBridgeFlowSourceRequest.Builder flowVpcInterfaceAttachment(VpcInterfaceAttachment flowVpcInterfaceAttachment) The name of the VPC interface attachment to use for this source.
- Parameters:
flowVpcInterfaceAttachment
- The name of the VPC interface attachment to use for this source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowVpcInterfaceAttachment
default UpdateBridgeFlowSourceRequest.Builder flowVpcInterfaceAttachment(Consumer<VpcInterfaceAttachment.Builder> flowVpcInterfaceAttachment) The name of the VPC interface attachment to use for this source.
This is a convenience method that creates an instance of theVpcInterfaceAttachment.Builder
avoiding the need to create one manually viaVpcInterfaceAttachment.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toflowVpcInterfaceAttachment(VpcInterfaceAttachment)
.- Parameters:
flowVpcInterfaceAttachment
- a consumer that will call methods onVpcInterfaceAttachment.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-