Interface Ec2LaunchTemplate.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Ec2LaunchTemplate.Builder,,Ec2LaunchTemplate> SdkBuilder<Ec2LaunchTemplate.Builder,,Ec2LaunchTemplate> SdkPojo
- Enclosing class:
Ec2LaunchTemplate
@Mutable
@NotThreadSafe
public static interface Ec2LaunchTemplate.Builder
extends SdkPojo, CopyableBuilder<Ec2LaunchTemplate.Builder,Ec2LaunchTemplate>
-
Method Summary
Modifier and TypeMethodDescriptionec2InstanceUids(String... ec2InstanceUids) A list of unique identifiers for the compromised Amazon EC2 instances that share the same Amazon EC2 launch template.ec2InstanceUids(Collection<String> ec2InstanceUids) A list of unique identifiers for the compromised Amazon EC2 instances that share the same Amazon EC2 launch template.Version of the EC2 launch template.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 share the same Amazon EC2 launch template.
- Parameters:
ec2InstanceUids- A list of unique identifiers for the compromised Amazon EC2 instances that share the same Amazon EC2 launch template.- 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 share the same Amazon EC2 launch template.
- Parameters:
ec2InstanceUids- A list of unique identifiers for the compromised Amazon EC2 instances that share the same Amazon EC2 launch template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
Version of the EC2 launch template.
- Parameters:
version- Version of the EC2 launch template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-