Interface ElasticGpuSpecification.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ElasticGpuSpecification.Builder,,ElasticGpuSpecification> SdkBuilder<ElasticGpuSpecification.Builder,,ElasticGpuSpecification> SdkPojo
- Enclosing class:
ElasticGpuSpecification
public static interface ElasticGpuSpecification.Builder
extends SdkPojo, CopyableBuilder<ElasticGpuSpecification.Builder,ElasticGpuSpecification>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of Elastic Graphics accelerator.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
type
The type of Elastic Graphics accelerator. For more information about the values to specify for
Type, see Elastic Graphics Basics, specifically the Elastic Graphics accelerator column, in the Amazon Elastic Compute Cloud User Guide for Windows Instances.- Parameters:
type- The type of Elastic Graphics accelerator. For more information about the values to specify forType, see Elastic Graphics Basics, specifically the Elastic Graphics accelerator column, in the Amazon Elastic Compute Cloud User Guide for Windows Instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-