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