Interface RemoveFlowVpcInterfaceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RemoveFlowVpcInterfaceRequest.Builder,RemoveFlowVpcInterfaceRequest>,MediaConnectRequest.Builder,SdkBuilder<RemoveFlowVpcInterfaceRequest.Builder,RemoveFlowVpcInterfaceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- RemoveFlowVpcInterfaceRequest
public static interface RemoveFlowVpcInterfaceRequest.Builder extends MediaConnectRequest.Builder, SdkPojo, CopyableBuilder<RemoveFlowVpcInterfaceRequest.Builder,RemoveFlowVpcInterfaceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoveFlowVpcInterfaceRequest.BuilderflowArn(String flowArn)The flow that you want to remove a VPC interface from.RemoveFlowVpcInterfaceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RemoveFlowVpcInterfaceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RemoveFlowVpcInterfaceRequest.BuildervpcInterfaceName(String vpcInterfaceName)The name of the VPC interface that you want to remove.-
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
RemoveFlowVpcInterfaceRequest.Builder flowArn(String flowArn)
The flow that you want to remove a VPC interface from.- Parameters:
flowArn- The flow that you want to remove a VPC interface from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcInterfaceName
RemoveFlowVpcInterfaceRequest.Builder vpcInterfaceName(String vpcInterfaceName)
The name of the VPC interface that you want to remove.- Parameters:
vpcInterfaceName- The name of the VPC interface that you want to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RemoveFlowVpcInterfaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RemoveFlowVpcInterfaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-