@Generated(value="software.amazon.awssdk:codegen") public class TargetGroupsConfig extends Object implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<TargetGroupsConfig.Builder,TargetGroupsConfig>
Describes the target groups to attach to a Spot fleet. Spot fleet registers the running Spot instances with these target groups.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TargetGroupsConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TargetGroupsConfig.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends TargetGroupsConfig.Builder> |
serializableBuilderClass() |
List<TargetGroup> |
targetGroups()
One or more target groups.
|
TargetGroupsConfig.Builder |
toBuilder() |
String |
toString() |
public List<TargetGroup> targetGroups()
One or more target groups.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public TargetGroupsConfig.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<TargetGroupsConfig.Builder,TargetGroupsConfig>public static TargetGroupsConfig.Builder builder()
public static Class<? extends TargetGroupsConfig.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.