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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VpcOutputSettingsDescription.BuilderavailabilityZones(String... availabilityZones)The Availability Zones where the vpc subnets are located.VpcOutputSettingsDescription.BuilderavailabilityZones(Collection<String> availabilityZones)The Availability Zones where the vpc subnets are located.VpcOutputSettingsDescription.BuildernetworkInterfaceIds(String... networkInterfaceIds)A list of Elastic Network Interfaces created by MediaLive in the customer's VPCVpcOutputSettingsDescription.BuildernetworkInterfaceIds(Collection<String> networkInterfaceIds)A list of Elastic Network Interfaces created by MediaLive in the customer's VPCVpcOutputSettingsDescription.BuildersecurityGroupIds(String... securityGroupIds)A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.VpcOutputSettingsDescription.BuildersecurityGroupIds(Collection<String> securityGroupIds)A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.VpcOutputSettingsDescription.BuildersubnetIds(String... subnetIds)A list of VPC subnet IDs from the same VPC.VpcOutputSettingsDescription.BuildersubnetIds(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
availabilityZones
VpcOutputSettingsDescription.Builder availabilityZones(Collection<String> 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
VpcOutputSettingsDescription.Builder availabilityZones(String... 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
VpcOutputSettingsDescription.Builder networkInterfaceIds(Collection<String> 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
VpcOutputSettingsDescription.Builder networkInterfaceIds(String... 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
VpcOutputSettingsDescription.Builder securityGroupIds(Collection<String> 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
VpcOutputSettingsDescription.Builder securityGroupIds(String... 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
VpcOutputSettingsDescription.Builder subnetIds(Collection<String> 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
VpcOutputSettingsDescription.Builder subnetIds(String... 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.
-
-