Interface VpcOutputSettingsDescription.Builder

  • Method Details

    • 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

      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.