Interface EffectiveDeploymentStatusDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EffectiveDeploymentStatusDetails.Builder,EffectiveDeploymentStatusDetails>,SdkBuilder<EffectiveDeploymentStatusDetails.Builder,EffectiveDeploymentStatusDetails>,SdkPojo
- Enclosing class:
- EffectiveDeploymentStatusDetails
public static interface EffectiveDeploymentStatusDetails.Builder extends SdkPojo, CopyableBuilder<EffectiveDeploymentStatusDetails.Builder,EffectiveDeploymentStatusDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EffectiveDeploymentStatusDetails.BuildererrorStack(String... errorStack)Contains an ordered list of short error codes that range from the most generic error to the most specific one.EffectiveDeploymentStatusDetails.BuildererrorStack(Collection<String> errorStack)Contains an ordered list of short error codes that range from the most generic error to the most specific one.EffectiveDeploymentStatusDetails.BuildererrorTypes(String... errorTypes)Contains tags which describe the error.EffectiveDeploymentStatusDetails.BuildererrorTypes(Collection<String> errorTypes)Contains tags which describe the error.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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
coreDeviceExecutionStatusis 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 thecoreDeviceExecutionStatusis 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
coreDeviceExecutionStatusis 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 thecoreDeviceExecutionStatusis 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.
-
-