| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateFleetError.Builder |
CreateFleetError.builder() |
CreateFleetError.Builder |
CreateFleetError.Builder.errorCode(String errorCode)
The error code that indicates why the instance could not be launched.
|
CreateFleetError.Builder |
CreateFleetError.Builder.errorMessage(String errorMessage)
The error message that describes why the instance could not be launched.
|
default CreateFleetError.Builder |
CreateFleetError.Builder.launchTemplateAndOverrides(Consumer<LaunchTemplateAndOverridesResponse.Builder> launchTemplateAndOverrides)
The launch templates and overrides that were used for launching the instances.
|
CreateFleetError.Builder |
CreateFleetError.Builder.launchTemplateAndOverrides(LaunchTemplateAndOverridesResponse launchTemplateAndOverrides)
The launch templates and overrides that were used for launching the instances.
|
CreateFleetError.Builder |
CreateFleetError.Builder.lifecycle(InstanceLifecycle lifecycle)
Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.
|
CreateFleetError.Builder |
CreateFleetError.Builder.lifecycle(String lifecycle)
Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.
|
CreateFleetError.Builder |
CreateFleetError.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateFleetError.Builder> |
CreateFleetError.serializableBuilderClass() |
Copyright © 2023. All rights reserved.