Interface AddFlowVpcInterfacesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AddFlowVpcInterfacesRequest.Builder,AddFlowVpcInterfacesRequest>,MediaConnectRequest.Builder,SdkBuilder<AddFlowVpcInterfacesRequest.Builder,AddFlowVpcInterfacesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AddFlowVpcInterfacesRequest
public static interface AddFlowVpcInterfacesRequest.Builder extends MediaConnectRequest.Builder, SdkPojo, CopyableBuilder<AddFlowVpcInterfacesRequest.Builder,AddFlowVpcInterfacesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddFlowVpcInterfacesRequest.BuilderflowArn(String flowArn)The flow that you want to mutate.AddFlowVpcInterfacesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AddFlowVpcInterfacesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AddFlowVpcInterfacesRequest.BuildervpcInterfaces(Collection<VpcInterfaceRequest> vpcInterfaces)A list of VPC interfaces that you want to add.AddFlowVpcInterfacesRequest.BuildervpcInterfaces(Consumer<VpcInterfaceRequest.Builder>... vpcInterfaces)A list of VPC interfaces that you want to add.AddFlowVpcInterfacesRequest.BuildervpcInterfaces(VpcInterfaceRequest... vpcInterfaces)A list of VPC interfaces that you want to add.-
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
-
flowArn
AddFlowVpcInterfacesRequest.Builder flowArn(String flowArn)
The flow that you want to mutate.- Parameters:
flowArn- The flow that you want to mutate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcInterfaces
AddFlowVpcInterfacesRequest.Builder vpcInterfaces(Collection<VpcInterfaceRequest> vpcInterfaces)
A list of VPC interfaces that you want to add.- Parameters:
vpcInterfaces- A list of VPC interfaces that you want to add.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcInterfaces
AddFlowVpcInterfacesRequest.Builder vpcInterfaces(VpcInterfaceRequest... vpcInterfaces)
A list of VPC interfaces that you want to add.- Parameters:
vpcInterfaces- A list of VPC interfaces that you want to add.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcInterfaces
AddFlowVpcInterfacesRequest.Builder vpcInterfaces(Consumer<VpcInterfaceRequest.Builder>... vpcInterfaces)
A list of VPC interfaces that you want to add. This is a convenience method that creates an instance of theVpcInterfaceRequest.Builderavoiding the need to create one manually viaVpcInterfaceRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#vpcInterfaces(List.) - Parameters:
vpcInterfaces- a consumer that will call methods onVpcInterfaceRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#vpcInterfaces(java.util.Collection)
-
overrideConfiguration
AddFlowVpcInterfacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AddFlowVpcInterfacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-