Interface EffectiveDeploymentStatusDetails.Builder

    • Method Detail

      • errorStack

        EffectiveDeploymentStatusDetails.Builder errorStack​(Collection<String> errorStack)

        Contains an ordered list of short error codes that range from the most generic error to the most specific one. The error codes describe the reason for failure whenever the coreDeviceExecutionStatus is in a failed state. The response will be an empty list if there is no error.

        Parameters:
        errorStack - Contains an ordered list of short error codes that range from the most generic error to the most specific one. The error codes describe the reason for failure whenever the coreDeviceExecutionStatus is in a failed state. The response will be an empty list if there is no error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorStack

        EffectiveDeploymentStatusDetails.Builder errorStack​(String... errorStack)

        Contains an ordered list of short error codes that range from the most generic error to the most specific one. The error codes describe the reason for failure whenever the coreDeviceExecutionStatus is in a failed state. The response will be an empty list if there is no error.

        Parameters:
        errorStack - Contains an ordered list of short error codes that range from the most generic error to the most specific one. The error codes describe the reason for failure whenever the coreDeviceExecutionStatus is in a failed state. The response will be an empty list if there is no error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorTypes

        EffectiveDeploymentStatusDetails.Builder errorTypes​(Collection<String> errorTypes)

        Contains tags which describe the error. You can use the error types to classify errors to assist with remediating the failure. The response will be an empty list if there is no error.

        Parameters:
        errorTypes - Contains tags which describe the error. You can use the error types to classify errors to assist with remediating the failure. The response will be an empty list if there is no error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorTypes

        EffectiveDeploymentStatusDetails.Builder errorTypes​(String... errorTypes)

        Contains tags which describe the error. You can use the error types to classify errors to assist with remediating the failure. The response will be an empty list if there is no error.

        Parameters:
        errorTypes - Contains tags which describe the error. You can use the error types to classify errors to assist with remediating the failure. The response will be an empty list if there is no error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.