@Generated(value="software.amazon.awssdk:codegen") public class TargetInstances extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<TargetInstances.Builder,TargetInstances>
Information about the instances to be used in the replacement environment in a blue/green deployment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TargetInstances.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
autoScalingGroups()
The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green deployment.
|
static TargetInstances.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends TargetInstances.Builder> |
serializableBuilderClass() |
List<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 |
toBuilder() |
String |
toString() |
public List<EC2TagFilter> tagFilters()
The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a blue/green deployment.
public List<String> autoScalingGroups()
The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green deployment.
public TargetInstances.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<TargetInstances.Builder,TargetInstances>public static TargetInstances.Builder builder()
public static Class<? extends TargetInstances.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.