Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateFleetError.Builder
Packages that use CreateFleetError.Builder
-
Uses of CreateFleetError.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateFleetError.BuilderModifier and TypeMethodDescriptionstatic CreateFleetError.BuilderCreateFleetError.builder()The error code that indicates why the instance could not be launched.CreateFleetError.Builder.errorMessage(String errorMessage) The error message that describes why the instance could not be launched.default CreateFleetError.BuilderCreateFleetError.Builder.launchTemplateAndOverrides(Consumer<LaunchTemplateAndOverridesResponse.Builder> launchTemplateAndOverrides) The launch templates and overrides that were used for launching the instances.CreateFleetError.Builder.launchTemplateAndOverrides(LaunchTemplateAndOverridesResponse launchTemplateAndOverrides) The launch templates and overrides that were used for launching the instances.Indicates if the instance that could not be launched was a Spot, On-Demand, Capacity Block, or Interruptible Capacity Reservation instance.CreateFleetError.Builder.lifecycle(InstanceLifecycle lifecycle) Indicates if the instance that could not be launched was a Spot, On-Demand, Capacity Block, or Interruptible Capacity Reservation instance.CreateFleetError.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateFleetError.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateFleetError.Builder>CreateFleetError.serializableBuilderClass()