public static interface ElasticGpuAssociation.Builder extends CopyableBuilder<ElasticGpuAssociation.Builder,ElasticGpuAssociation>
| Modifier and Type | Method and Description |
|---|---|
ElasticGpuAssociation.Builder |
elasticGpuAssociationId(String elasticGpuAssociationId)
The ID of the association.
|
ElasticGpuAssociation.Builder |
elasticGpuAssociationState(String elasticGpuAssociationState)
The state of the association between the instance and the Elastic GPU.
|
ElasticGpuAssociation.Builder |
elasticGpuAssociationTime(String elasticGpuAssociationTime)
The time the Elastic GPU was associated with the instance.
|
ElasticGpuAssociation.Builder |
elasticGpuId(String elasticGpuId)
The ID of the Elastic GPU.
|
copyapply, buildElasticGpuAssociation.Builder elasticGpuId(String elasticGpuId)
The ID of the Elastic GPU.
elasticGpuId - The ID of the Elastic GPU.ElasticGpuAssociation.Builder elasticGpuAssociationId(String elasticGpuAssociationId)
The ID of the association.
elasticGpuAssociationId - The ID of the association.ElasticGpuAssociation.Builder elasticGpuAssociationState(String elasticGpuAssociationState)
The state of the association between the instance and the Elastic GPU.
elasticGpuAssociationState - The state of the association between the instance and the Elastic GPU.ElasticGpuAssociation.Builder elasticGpuAssociationTime(String elasticGpuAssociationTime)
The time the Elastic GPU was associated with the instance.
elasticGpuAssociationTime - The time the Elastic GPU was associated with the instance.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.