Interface VpcOutputSettingsDescription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VpcOutputSettingsDescription.Builder,
,VpcOutputSettingsDescription> SdkBuilder<VpcOutputSettingsDescription.Builder,
,VpcOutputSettingsDescription> SdkPojo
- Enclosing class:
VpcOutputSettingsDescription
public static interface VpcOutputSettingsDescription.Builder
extends SdkPojo, CopyableBuilder<VpcOutputSettingsDescription.Builder,VpcOutputSettingsDescription>
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityZones
(String... availabilityZones) The Availability Zones where the vpc subnets are located.availabilityZones
(Collection<String> availabilityZones) The Availability Zones where the vpc subnets are located.networkInterfaceIds
(String... networkInterfaceIds) A list of Elastic Network Interfaces created by MediaLive in the customer's VPCnetworkInterfaceIds
(Collection<String> networkInterfaceIds) A list of Elastic Network Interfaces created by MediaLive in the customer's VPCsecurityGroupIds
(String... securityGroupIds) A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.securityGroupIds
(Collection<String> securityGroupIds) A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.A list of VPC subnet IDs from the same VPC.subnetIds
(Collection<String> subnetIds) A list of VPC subnet IDs from the same VPC.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkInterfaceIds
A list of Elastic Network Interfaces created by MediaLive in the customer's VPC- Parameters:
networkInterfaceIds
- A list of Elastic Network Interfaces created by MediaLive in the customer's VPC- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkInterfaceIds
A list of Elastic Network Interfaces created by MediaLive in the customer's VPC- Parameters:
networkInterfaceIds
- A list of Elastic Network Interfaces created by MediaLive in the customer's VPC- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.- Parameters:
securityGroupIds
- A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.- Parameters:
securityGroupIds
- A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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).- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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).- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-