@Generated(value="software.amazon.awssdk:codegen") public class ElasticGpuAssociation extends Object implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ElasticGpuAssociation.Builder,ElasticGpuAssociation>
Describes the association between an instance and an Elastic GPU.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ElasticGpuAssociation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ElasticGpuAssociation.Builder |
builder() |
String |
elasticGpuAssociationId()
The ID of the association.
|
String |
elasticGpuAssociationState()
The state of the association between the instance and the Elastic GPU.
|
String |
elasticGpuAssociationTime()
The time the Elastic GPU was associated with the instance.
|
String |
elasticGpuId()
The ID of the Elastic GPU.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends ElasticGpuAssociation.Builder> |
serializableBuilderClass() |
ElasticGpuAssociation.Builder |
toBuilder() |
String |
toString() |
public String elasticGpuId()
The ID of the Elastic GPU.
public String elasticGpuAssociationId()
The ID of the association.
public String elasticGpuAssociationState()
The state of the association between the instance and the Elastic GPU.
public String elasticGpuAssociationTime()
The time the Elastic GPU was associated with the instance.
public ElasticGpuAssociation.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ElasticGpuAssociation.Builder,ElasticGpuAssociation>public static ElasticGpuAssociation.Builder builder()
public static Class<? extends ElasticGpuAssociation.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.