| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
VpcInterface |
VpcInterface.clone() |
VpcInterface |
VpcInterface.withName(String name)
Immutable and has to be a unique against other VpcInterfaces in this Flow.
|
VpcInterface |
VpcInterface.withNetworkInterfaceIds(Collection<String> networkInterfaceIds)
IDs of the network interfaces created in customer's account by MediaConnect.
|
VpcInterface |
VpcInterface.withNetworkInterfaceIds(String... networkInterfaceIds)
IDs of the network interfaces created in customer's account by MediaConnect.
|
VpcInterface |
VpcInterface.withNetworkInterfaceType(NetworkInterfaceType networkInterfaceType)
The type of network interface.
|
VpcInterface |
VpcInterface.withNetworkInterfaceType(String networkInterfaceType)
The type of network interface.
|
VpcInterface |
VpcInterface.withRoleArn(String roleArn)
Role Arn MediaConnect can assumes to create ENIs in customer's account
|
VpcInterface |
VpcInterface.withSecurityGroupIds(Collection<String> securityGroupIds)
Security Group IDs to be used on ENI.
|
VpcInterface |
VpcInterface.withSecurityGroupIds(String... securityGroupIds)
Security Group IDs to be used on ENI.
|
VpcInterface |
VpcInterface.withSubnetId(String subnetId)
Subnet must be in the AZ of the Flow
|
| Modifier and Type | Method and Description |
|---|---|
List<VpcInterface> |
AddFlowVpcInterfacesResult.getVpcInterfaces()
The details of the newly added VPC interfaces.
|
List<VpcInterface> |
Flow.getVpcInterfaces()
The VPC Interfaces for this flow.
|
| Modifier and Type | Method and Description |
|---|---|
AddFlowVpcInterfacesResult |
AddFlowVpcInterfacesResult.withVpcInterfaces(VpcInterface... vpcInterfaces)
The details of the newly added VPC interfaces.
|
Flow |
Flow.withVpcInterfaces(VpcInterface... vpcInterfaces)
The VPC Interfaces for this flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddFlowVpcInterfacesResult.setVpcInterfaces(Collection<VpcInterface> vpcInterfaces)
The details of the newly added VPC interfaces.
|
void |
Flow.setVpcInterfaces(Collection<VpcInterface> vpcInterfaces)
The VPC Interfaces for this flow.
|
AddFlowVpcInterfacesResult |
AddFlowVpcInterfacesResult.withVpcInterfaces(Collection<VpcInterface> vpcInterfaces)
The details of the newly added VPC interfaces.
|
Flow |
Flow.withVpcInterfaces(Collection<VpcInterface> vpcInterfaces)
The VPC Interfaces for this flow.
|
Copyright © 2022. All rights reserved.