Interface AutoScalingGroupsConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutoScalingGroupsConfiguration.Builder,
,AutoScalingGroupsConfiguration> SdkBuilder<AutoScalingGroupsConfiguration.Builder,
,AutoScalingGroupsConfiguration> SdkPojo
- Enclosing class:
AutoScalingGroupsConfiguration
@Mutable
@NotThreadSafe
public static interface AutoScalingGroupsConfiguration.Builder
extends SdkPojo, CopyableBuilder<AutoScalingGroupsConfiguration.Builder,AutoScalingGroupsConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionautoScalingGroupNames
(String... autoScalingGroupNames) The names of the auto scaling group.autoScalingGroupNames
(Collection<String> autoScalingGroupNames) The names of the auto scaling group.The role ARN of the auto scaling group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
autoScalingGroupNames
AutoScalingGroupsConfiguration.Builder autoScalingGroupNames(Collection<String> autoScalingGroupNames) The names of the auto scaling group.
- Parameters:
autoScalingGroupNames
- The names of the auto scaling group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoScalingGroupNames
The names of the auto scaling group.
- Parameters:
autoScalingGroupNames
- The names of the auto scaling group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The role ARN of the auto scaling group.
- Parameters:
roleArn
- The role ARN of the auto scaling group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-