CopyableBuilder<TargetInstances.Builder,TargetInstances>
, SdkBuilder<TargetInstances.Builder,TargetInstances>
public static interface TargetInstances.Builder extends CopyableBuilder<TargetInstances.Builder,TargetInstances>
Modifier and Type | Method | Description |
---|---|---|
TargetInstances.Builder |
autoScalingGroups(String... autoScalingGroups) |
The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green
deployment.
|
TargetInstances.Builder |
autoScalingGroups(Collection<String> autoScalingGroups) |
The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green
deployment.
|
TargetInstances.Builder |
tagFilters(Collection<EC2TagFilter> tagFilters) |
The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a
blue/green deployment.
|
TargetInstances.Builder |
tagFilters(EC2TagFilter... tagFilters) |
The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a
blue/green deployment.
|
copy
apply, build
TargetInstances.Builder tagFilters(Collection<EC2TagFilter> tagFilters)
The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a blue/green deployment.
tagFilters
- The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment
for a blue/green deployment.TargetInstances.Builder tagFilters(EC2TagFilter... tagFilters)
The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a blue/green deployment.
NOTE: This method appends the values to the existing list (if any). Use
#setTagFilters(java.util.Collection)
or #withTagFilters(java.util.Collection)
if you want to
override the existing values.
tagFilters
- The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment
for a blue/green deployment.TargetInstances.Builder autoScalingGroups(Collection<String> autoScalingGroups)
The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green deployment.
autoScalingGroups
- The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green
deployment.TargetInstances.Builder autoScalingGroups(String... autoScalingGroups)
The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green deployment.
NOTE: This method appends the values to the existing list (if any). Use
#setAutoScalingGroups(java.util.Collection)
or #withAutoScalingGroups(java.util.Collection)
if you want to override the existing values.
autoScalingGroups
- The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green
deployment.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.