Interface RemoveFlowVpcInterfaceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RemoveFlowVpcInterfaceResponse.Builder,RemoveFlowVpcInterfaceResponse>,MediaConnectResponse.Builder,SdkBuilder<RemoveFlowVpcInterfaceResponse.Builder,RemoveFlowVpcInterfaceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- RemoveFlowVpcInterfaceResponse
public static interface RemoveFlowVpcInterfaceResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<RemoveFlowVpcInterfaceResponse.Builder,RemoveFlowVpcInterfaceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoveFlowVpcInterfaceResponse.BuilderflowArn(String flowArn)The ARN of the flow that is associated with the VPC interface you removed.RemoveFlowVpcInterfaceResponse.BuildernonDeletedNetworkInterfaceIds(String... nonDeletedNetworkInterfaceIds)IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.RemoveFlowVpcInterfaceResponse.BuildernonDeletedNetworkInterfaceIds(Collection<String> nonDeletedNetworkInterfaceIds)IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.RemoveFlowVpcInterfaceResponse.BuildervpcInterfaceName(String vpcInterfaceName)The name of the VPC interface that was removed.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediaconnect.model.MediaConnectResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
flowArn
RemoveFlowVpcInterfaceResponse.Builder flowArn(String flowArn)
The ARN of the flow that is associated with the VPC interface you removed.- Parameters:
flowArn- The ARN of the flow that is associated with the VPC interface you removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nonDeletedNetworkInterfaceIds
RemoveFlowVpcInterfaceResponse.Builder nonDeletedNetworkInterfaceIds(Collection<String> nonDeletedNetworkInterfaceIds)
IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.- Parameters:
nonDeletedNetworkInterfaceIds- IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nonDeletedNetworkInterfaceIds
RemoveFlowVpcInterfaceResponse.Builder nonDeletedNetworkInterfaceIds(String... nonDeletedNetworkInterfaceIds)
IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.- Parameters:
nonDeletedNetworkInterfaceIds- IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcInterfaceName
RemoveFlowVpcInterfaceResponse.Builder vpcInterfaceName(String vpcInterfaceName)
The name of the VPC interface that was removed.- Parameters:
vpcInterfaceName- The name of the VPC interface that was removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-