| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
static EffectiveDeploymentStatusDetails.Builder |
EffectiveDeploymentStatusDetails.builder() |
EffectiveDeploymentStatusDetails.Builder |
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 |
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 |
EffectiveDeploymentStatusDetails.Builder.errorTypes(Collection<String> errorTypes)
Contains tags which describe the error.
|
EffectiveDeploymentStatusDetails.Builder |
EffectiveDeploymentStatusDetails.Builder.errorTypes(String... errorTypes)
Contains tags which describe the error.
|
EffectiveDeploymentStatusDetails.Builder |
EffectiveDeploymentStatusDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EffectiveDeploymentStatusDetails.Builder> |
EffectiveDeploymentStatusDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EffectiveDeployment.Builder |
EffectiveDeployment.Builder.statusDetails(Consumer<EffectiveDeploymentStatusDetails.Builder> statusDetails)
The status details that explain why a deployment has an error.
|
Copyright © 2023. All rights reserved.