public static interface EffectiveDeploymentStatusDetails.Builder extends SdkPojo, CopyableBuilder<EffectiveDeploymentStatusDetails.Builder,EffectiveDeploymentStatusDetails>
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
EffectiveDeploymentStatusDetails.Builder |
errorTypes(Collection<String> errorTypes)
Contains tags which describe the error.
|
EffectiveDeploymentStatusDetails.Builder |
errorTypes(String... errorTypes)
Contains tags which describe the error.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEffectiveDeploymentStatusDetails.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.
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.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.
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.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.
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.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.
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.Copyright © 2023. All rights reserved.