Interface Ec2Image.Builder

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

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

    • ec2InstanceUids

      Ec2Image.Builder ec2InstanceUids(Collection<String> ec2InstanceUids)

      A list of unique identifiers for the compromised Amazon EC2 instances that were launched with the same Amazon Machine Image (AMI).

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

      Ec2Image.Builder ec2InstanceUids(String... ec2InstanceUids)

      A list of unique identifiers for the compromised Amazon EC2 instances that were launched with the same Amazon Machine Image (AMI).

      Parameters:
      ec2InstanceUids - A list of unique identifiers for the compromised Amazon EC2 instances that were launched with the same Amazon Machine Image (AMI).
      Returns:
      Returns a reference to this object so that method calls can be chained together.