| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static VpcInterface.Builder |
VpcInterface.builder() |
VpcInterface.Builder |
VpcInterface.Builder.name(String name)
Immutable and has to be a unique against other VpcInterfaces in this Flow
|
VpcInterface.Builder |
VpcInterface.Builder.networkInterfaceIds(Collection<String> networkInterfaceIds)
IDs of the network interfaces created in customer's account by MediaConnect.
|
VpcInterface.Builder |
VpcInterface.Builder.networkInterfaceIds(String... networkInterfaceIds)
IDs of the network interfaces created in customer's account by MediaConnect.
|
VpcInterface.Builder |
VpcInterface.Builder.networkInterfaceType(NetworkInterfaceType networkInterfaceType)
The type of network interface.
|
VpcInterface.Builder |
VpcInterface.Builder.networkInterfaceType(String networkInterfaceType)
The type of network interface.
|
VpcInterface.Builder |
VpcInterface.Builder.roleArn(String roleArn)
Role Arn MediaConnect can assumes to create ENIs in customer's account
|
VpcInterface.Builder |
VpcInterface.Builder.securityGroupIds(Collection<String> securityGroupIds)
Security Group IDs to be used on ENI.
|
VpcInterface.Builder |
VpcInterface.Builder.securityGroupIds(String... securityGroupIds)
Security Group IDs to be used on ENI.
|
VpcInterface.Builder |
VpcInterface.Builder.subnetId(String subnetId)
Subnet must be in the AZ of the Flow
|
VpcInterface.Builder |
VpcInterface.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VpcInterface.Builder> |
VpcInterface.serializableBuilderClass() |
Copyright © 2021. All rights reserved.