public static interface VpcOutputSettingsDescription.Builder extends SdkPojo, CopyableBuilder<VpcOutputSettingsDescription.Builder,VpcOutputSettingsDescription>
| Modifier and Type | Method and Description |
|---|---|
VpcOutputSettingsDescription.Builder |
availabilityZones(Collection<String> availabilityZones)
The Availability Zones where the vpc subnets are located.
|
VpcOutputSettingsDescription.Builder |
availabilityZones(String... availabilityZones)
The Availability Zones where the vpc subnets are located.
|
VpcOutputSettingsDescription.Builder |
networkInterfaceIds(Collection<String> networkInterfaceIds)
A list of Elastic Network Interfaces created by MediaLive in the customer's VPC
|
VpcOutputSettingsDescription.Builder |
networkInterfaceIds(String... networkInterfaceIds)
A list of Elastic Network Interfaces created by MediaLive in the customer's VPC
|
VpcOutputSettingsDescription.Builder |
securityGroupIds(Collection<String> securityGroupIds)
A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.
|
VpcOutputSettingsDescription.Builder |
securityGroupIds(String... securityGroupIds)
A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.
|
VpcOutputSettingsDescription.Builder |
subnetIds(Collection<String> subnetIds)
A list of VPC subnet IDs from the same VPC.
|
VpcOutputSettingsDescription.Builder |
subnetIds(String... subnetIds)
A list of VPC subnet IDs from the same VPC.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcOutputSettingsDescription.Builder availabilityZones(Collection<String> availabilityZones)
availabilityZones - The Availability Zones where the vpc subnets are located. The first Availability Zone applies to the
first subnet in the list of subnets. The second Availability Zone applies to the second subnet.VpcOutputSettingsDescription.Builder availabilityZones(String... availabilityZones)
availabilityZones - The Availability Zones where the vpc subnets are located. The first Availability Zone applies to the
first subnet in the list of subnets. The second Availability Zone applies to the second subnet.VpcOutputSettingsDescription.Builder networkInterfaceIds(Collection<String> networkInterfaceIds)
networkInterfaceIds - A list of Elastic Network Interfaces created by MediaLive in the customer's VPCVpcOutputSettingsDescription.Builder networkInterfaceIds(String... networkInterfaceIds)
networkInterfaceIds - A list of Elastic Network Interfaces created by MediaLive in the customer's VPCVpcOutputSettingsDescription.Builder securityGroupIds(Collection<String> securityGroupIds)
securityGroupIds - A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.VpcOutputSettingsDescription.Builder securityGroupIds(String... securityGroupIds)
securityGroupIds - A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.VpcOutputSettingsDescription.Builder subnetIds(Collection<String> subnetIds)
subnetIds - A list of VPC subnet IDs from the same VPC. If STANDARD channel, subnet IDs must be mapped to two
unique availability zones (AZ).VpcOutputSettingsDescription.Builder subnetIds(String... subnetIds)
subnetIds - A list of VPC subnet IDs from the same VPC. If STANDARD channel, subnet IDs must be mapped to two
unique availability zones (AZ).Copyright © 2022. All rights reserved.