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 Summary
Modifier and TypeMethodDescriptionec2InstanceUids(String... ec2InstanceUids) A list of unique identifiers for the compromised Amazon EC2 instances that were launched within the same Virtual Private Cloud (VPC).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).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-