Interface CreateFleetError.Builder

    • Method Detail

      • launchTemplateAndOverrides

        CreateFleetError.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.
      • lifecycle

        CreateFleetError.Builder lifecycle​(String 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:
        InstanceLifecycle, InstanceLifecycle
      • lifecycle

        CreateFleetError.Builder lifecycle​(InstanceLifecycle 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:
        InstanceLifecycle, InstanceLifecycle
      • errorCode

        CreateFleetError.Builder errorCode​(String 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

        CreateFleetError.Builder errorMessage​(String 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.