| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
VpcInterfaceRequest |
VpcInterfaceRequest.clone() |
VpcInterfaceRequest |
VpcInterfaceRequest.withName(String name)
The name of the VPC Interface.
|
VpcInterfaceRequest |
VpcInterfaceRequest.withNetworkInterfaceType(NetworkInterfaceType networkInterfaceType)
The type of network interface.
|
VpcInterfaceRequest |
VpcInterfaceRequest.withNetworkInterfaceType(String networkInterfaceType)
The type of network interface.
|
VpcInterfaceRequest |
VpcInterfaceRequest.withRoleArn(String roleArn)
Role Arn MediaConnect can assumes to create ENIs in customer's account
|
VpcInterfaceRequest |
VpcInterfaceRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
Security Group IDs to be used on ENI.
|
VpcInterfaceRequest |
VpcInterfaceRequest.withSecurityGroupIds(String... securityGroupIds)
Security Group IDs to be used on ENI.
|
VpcInterfaceRequest |
VpcInterfaceRequest.withSubnetId(String subnetId)
Subnet must be in the AZ of the Flow
|
| Modifier and Type | Method and Description |
|---|---|
List<VpcInterfaceRequest> |
CreateFlowRequest.getVpcInterfaces()
The VPC interfaces you want on the flow.
|
List<VpcInterfaceRequest> |
AddFlowVpcInterfacesRequest.getVpcInterfaces()
A list of VPC interfaces that you want to add.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFlowRequest |
CreateFlowRequest.withVpcInterfaces(VpcInterfaceRequest... vpcInterfaces)
The VPC interfaces you want on the flow.
|
AddFlowVpcInterfacesRequest |
AddFlowVpcInterfacesRequest.withVpcInterfaces(VpcInterfaceRequest... vpcInterfaces)
A list of VPC interfaces that you want to add.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFlowRequest.setVpcInterfaces(Collection<VpcInterfaceRequest> vpcInterfaces)
The VPC interfaces you want on the flow.
|
void |
AddFlowVpcInterfacesRequest.setVpcInterfaces(Collection<VpcInterfaceRequest> vpcInterfaces)
A list of VPC interfaces that you want to add.
|
CreateFlowRequest |
CreateFlowRequest.withVpcInterfaces(Collection<VpcInterfaceRequest> vpcInterfaces)
The VPC interfaces you want on the flow.
|
AddFlowVpcInterfacesRequest |
AddFlowVpcInterfacesRequest.withVpcInterfaces(Collection<VpcInterfaceRequest> vpcInterfaces)
A list of VPC interfaces that you want to add.
|
Copyright © 2021. All rights reserved.