Interface DescribeFleetError.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DescribeFleetError.Builder,,DescribeFleetError> SdkBuilder<DescribeFleetError.Builder,,DescribeFleetError> SdkPojo
- Enclosing class:
 DescribeFleetError
- 
Method Summary
Modifier and TypeMethodDescriptionThe error code that indicates why the instance could not be launched.errorMessage(String errorMessage) The error message that describes why the instance could not be launched.default DescribeFleetError.BuilderlaunchTemplateAndOverrides(Consumer<LaunchTemplateAndOverridesResponse.Builder> launchTemplateAndOverrides) The launch templates and overrides that were used for launching the instances.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 Instance or On-Demand Instance.lifecycle(InstanceLifecycle lifecycle) Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
launchTemplateAndOverrides
DescribeFleetError.Builder launchTemplateAndOverrides(LaunchTemplateAndOverridesResponse launchTemplateAndOverrides) The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.
- Parameters:
 launchTemplateAndOverrides- The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
launchTemplateAndOverrides
default DescribeFleetError.Builder launchTemplateAndOverrides(Consumer<LaunchTemplateAndOverridesResponse.Builder> launchTemplateAndOverrides) The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.
This is a convenience method that creates an instance of theLaunchTemplateAndOverridesResponse.Builderavoiding the need to create one manually viaLaunchTemplateAndOverridesResponse.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolaunchTemplateAndOverrides(LaunchTemplateAndOverridesResponse).- Parameters:
 launchTemplateAndOverrides- a consumer that will call methods onLaunchTemplateAndOverridesResponse.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
lifecycle
Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.
- Parameters:
 lifecycle- Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
lifecycle
Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.
- Parameters:
 lifecycle- Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
errorCode
The error code that indicates why the instance could not be launched. For more information about error codes, see Error codes.
- Parameters:
 errorCode- The error code that indicates why the instance could not be launched. For more information about error codes, see Error codes.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
errorMessage
The error message that describes why the instance could not be launched. For more information about error messages, see Error codes.
- Parameters:
 errorMessage- The error message that describes why the instance could not be launched. For more information about error messages, see Error codes.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -