TargetInstances.Builder |
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 |
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.
|
static TargetInstances.Builder |
TargetInstances.builder() |
|
default TargetInstances.Builder |
TargetInstances.Builder.ec2TagSet(Consumer<EC2TagSet.Builder> ec2TagSet) |
Information about the groups of Amazon EC2 instance tags that an instance must be identified by in order for
it to be included in the replacement environment for a blue/green deployment.
|
TargetInstances.Builder |
TargetInstances.Builder.ec2TagSet(EC2TagSet ec2TagSet) |
Information about the groups of Amazon EC2 instance tags that an instance must be identified by in order for
it to be included in the replacement environment for a blue/green deployment.
|
TargetInstances.Builder |
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 |
TargetInstances.Builder.tagFilters(Consumer<EC2TagFilter.Builder>... 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 |
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.
|
TargetInstances.Builder |
TargetInstances.toBuilder() |
|