Interface Ec2Vpc.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Ec2Vpc.Builder,Ec2Vpc>, SdkBuilder<Ec2Vpc.Builder,Ec2Vpc>, SdkPojo
Enclosing class:
Ec2Vpc

@Mutable @NotThreadSafe public static interface Ec2Vpc.Builder extends SdkPojo, CopyableBuilder<Ec2Vpc.Builder,Ec2Vpc>
  • Method Details

    • ec2InstanceUids

      Ec2Vpc.Builder ec2InstanceUids(Collection<String> ec2InstanceUids)

      A list of unique identifiers for the compromised Amazon EC2 instances that were launched within the same Virtual Private Cloud (VPC).

      Parameters:
      ec2InstanceUids - A list of unique identifiers for the compromised Amazon EC2 instances that were launched within the same Virtual Private Cloud (VPC).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ec2InstanceUids

      Ec2Vpc.Builder ec2InstanceUids(String... ec2InstanceUids)

      A list of unique identifiers for the compromised Amazon EC2 instances that were launched within the same Virtual Private Cloud (VPC).

      Parameters:
      ec2InstanceUids - A list of unique identifiers for the compromised Amazon EC2 instances that were launched within the same Virtual Private Cloud (VPC).
      Returns:
      Returns a reference to this object so that method calls can be chained together.