public static interface LaunchTemplateOverrides.Builder extends SdkPojo, CopyableBuilder<LaunchTemplateOverrides.Builder,LaunchTemplateOverrides>
Modifier and Type | Method and Description |
---|---|
LaunchTemplateOverrides.Builder |
instanceType(String instanceType)
The instance type.
|
copy
applyMutation, build
LaunchTemplateOverrides.Builder instanceType(String instanceType)
The instance type.
For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.
instanceType
- The instance type.
For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.