| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static ErrorInformation.Builder |
ErrorInformation.builder() |
ErrorInformation.Builder |
ErrorInformation.Builder.code(ErrorCode code)
For more information, see Error Codes for AWS
CodeDeploy in the AWS CodeDeploy User
Guide.
|
ErrorInformation.Builder |
ErrorInformation.Builder.code(String code)
For more information, see Error Codes for AWS
CodeDeploy in the AWS CodeDeploy User
Guide.
|
ErrorInformation.Builder |
ErrorInformation.Builder.message(String message)
An accompanying error message.
|
ErrorInformation.Builder |
ErrorInformation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ErrorInformation.Builder> |
ErrorInformation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeploymentInfo.Builder |
DeploymentInfo.Builder.errorInformation(Consumer<ErrorInformation.Builder> errorInformation)
Information about any error associated with this deployment.
|
Copyright © 2021. All rights reserved.