Interface ElasticGpuAssociation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ElasticGpuAssociation.Builder,ElasticGpuAssociation>,SdkBuilder<ElasticGpuAssociation.Builder,ElasticGpuAssociation>,SdkPojo
- Enclosing class:
- ElasticGpuAssociation
public static interface ElasticGpuAssociation.Builder extends SdkPojo, CopyableBuilder<ElasticGpuAssociation.Builder,ElasticGpuAssociation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElasticGpuAssociation.BuilderelasticGpuAssociationId(String elasticGpuAssociationId)The ID of the association.ElasticGpuAssociation.BuilderelasticGpuAssociationState(String elasticGpuAssociationState)The state of the association between the instance and the Elastic Graphics accelerator.ElasticGpuAssociation.BuilderelasticGpuAssociationTime(String elasticGpuAssociationTime)The time the Elastic Graphics accelerator was associated with the instance.ElasticGpuAssociation.BuilderelasticGpuId(String elasticGpuId)The ID of the Elastic Graphics accelerator.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
elasticGpuId
ElasticGpuAssociation.Builder elasticGpuId(String elasticGpuId)
The ID of the Elastic Graphics accelerator.
- Parameters:
elasticGpuId- The ID of the Elastic Graphics accelerator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
elasticGpuAssociationId
ElasticGpuAssociation.Builder elasticGpuAssociationId(String elasticGpuAssociationId)
The ID of the association.
- Parameters:
elasticGpuAssociationId- The ID of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
elasticGpuAssociationState
ElasticGpuAssociation.Builder elasticGpuAssociationState(String elasticGpuAssociationState)
The state of the association between the instance and the Elastic Graphics accelerator.
- Parameters:
elasticGpuAssociationState- The state of the association between the instance and the Elastic Graphics accelerator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
elasticGpuAssociationTime
ElasticGpuAssociation.Builder elasticGpuAssociationTime(String elasticGpuAssociationTime)
The time the Elastic Graphics accelerator was associated with the instance.
- Parameters:
elasticGpuAssociationTime- The time the Elastic Graphics accelerator was associated with the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-