@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VpcOutputSettingsDescription extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
VpcOutputSettingsDescription() |
Modifier and Type | Method and Description |
---|---|
VpcOutputSettingsDescription |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAvailabilityZones()
The Availability Zones where the vpc subnets are located.
|
List<String> |
getNetworkInterfaceIds()
A list of Elastic Network Interfaces created by MediaLive in the customer's VPC
|
List<String> |
getSecurityGroupIds()
A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.
|
List<String> |
getSubnetIds()
A list of VPC subnet IDs from the same VPC.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAvailabilityZones(Collection<String> availabilityZones)
The Availability Zones where the vpc subnets are located.
|
void |
setNetworkInterfaceIds(Collection<String> networkInterfaceIds)
A list of Elastic Network Interfaces created by MediaLive in the customer's VPC
|
void |
setSecurityGroupIds(Collection<String> securityGroupIds)
A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.
|
void |
setSubnetIds(Collection<String> subnetIds)
A list of VPC subnet IDs from the same VPC.
|
String |
toString()
Returns a string representation of this object.
|
VpcOutputSettingsDescription |
withAvailabilityZones(Collection<String> availabilityZones)
The Availability Zones where the vpc subnets are located.
|
VpcOutputSettingsDescription |
withAvailabilityZones(String... availabilityZones)
The Availability Zones where the vpc subnets are located.
|
VpcOutputSettingsDescription |
withNetworkInterfaceIds(Collection<String> networkInterfaceIds)
A list of Elastic Network Interfaces created by MediaLive in the customer's VPC
|
VpcOutputSettingsDescription |
withNetworkInterfaceIds(String... networkInterfaceIds)
A list of Elastic Network Interfaces created by MediaLive in the customer's VPC
|
VpcOutputSettingsDescription |
withSecurityGroupIds(Collection<String> securityGroupIds)
A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.
|
VpcOutputSettingsDescription |
withSecurityGroupIds(String... securityGroupIds)
A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.
|
VpcOutputSettingsDescription |
withSubnetIds(Collection<String> subnetIds)
A list of VPC subnet IDs from the same VPC.
|
VpcOutputSettingsDescription |
withSubnetIds(String... subnetIds)
A list of VPC subnet IDs from the same VPC.
|
public List<String> getAvailabilityZones()
public void setAvailabilityZones(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.public VpcOutputSettingsDescription withAvailabilityZones(String... availabilityZones)
NOTE: This method appends the values to the existing list (if any). Use
setAvailabilityZones(java.util.Collection)
or withAvailabilityZones(java.util.Collection)
if
you want to override the existing values.
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.public VpcOutputSettingsDescription withAvailabilityZones(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.public List<String> getNetworkInterfaceIds()
public void setNetworkInterfaceIds(Collection<String> networkInterfaceIds)
networkInterfaceIds
- A list of Elastic Network Interfaces created by MediaLive in the customer's VPCpublic VpcOutputSettingsDescription withNetworkInterfaceIds(String... networkInterfaceIds)
NOTE: This method appends the values to the existing list (if any). Use
setNetworkInterfaceIds(java.util.Collection)
or withNetworkInterfaceIds(java.util.Collection)
if you want to override the existing values.
networkInterfaceIds
- A list of Elastic Network Interfaces created by MediaLive in the customer's VPCpublic VpcOutputSettingsDescription withNetworkInterfaceIds(Collection<String> networkInterfaceIds)
networkInterfaceIds
- A list of Elastic Network Interfaces created by MediaLive in the customer's VPCpublic List<String> getSecurityGroupIds()
public void setSecurityGroupIds(Collection<String> securityGroupIds)
securityGroupIds
- A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.public VpcOutputSettingsDescription withSecurityGroupIds(String... securityGroupIds)
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupIds(java.util.Collection)
or withSecurityGroupIds(java.util.Collection)
if you
want to override the existing values.
securityGroupIds
- A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.public VpcOutputSettingsDescription withSecurityGroupIds(Collection<String> securityGroupIds)
securityGroupIds
- A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.public List<String> getSubnetIds()
public void setSubnetIds(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).public VpcOutputSettingsDescription withSubnetIds(String... subnetIds)
NOTE: This method appends the values to the existing list (if any). Use
setSubnetIds(java.util.Collection)
or withSubnetIds(java.util.Collection)
if you want to
override the existing values.
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).public VpcOutputSettingsDescription withSubnetIds(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).public String toString()
toString
in class Object
Object.toString()
public VpcOutputSettingsDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.