Uses of Interface
software.amazon.awssdk.services.greengrassv2.model.EffectiveDeploymentStatusDetails.Builder
-
Packages that use EffectiveDeploymentStatusDetails.Builder Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of EffectiveDeploymentStatusDetails.Builder in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return EffectiveDeploymentStatusDetails.Builder Modifier and Type Method Description static EffectiveDeploymentStatusDetails.BuilderEffectiveDeploymentStatusDetails. builder()EffectiveDeploymentStatusDetails.BuilderEffectiveDeploymentStatusDetails.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.BuilderEffectiveDeploymentStatusDetails.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.BuilderEffectiveDeploymentStatusDetails.Builder. errorTypes(String... errorTypes)Contains tags which describe the error.EffectiveDeploymentStatusDetails.BuilderEffectiveDeploymentStatusDetails.Builder. errorTypes(Collection<String> errorTypes)Contains tags which describe the error.EffectiveDeploymentStatusDetails.BuilderEffectiveDeploymentStatusDetails. toBuilder()Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type EffectiveDeploymentStatusDetails.Builder Modifier and Type Method Description static Class<? extends EffectiveDeploymentStatusDetails.Builder>EffectiveDeploymentStatusDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.greengrassv2.model with type arguments of type EffectiveDeploymentStatusDetails.Builder Modifier and Type Method Description default EffectiveDeployment.BuilderEffectiveDeployment.Builder. statusDetails(Consumer<EffectiveDeploymentStatusDetails.Builder> statusDetails)The status details that explain why a deployment has an error.
-