| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentError.Builder |
EnvironmentError.builder() |
EnvironmentError.Builder |
EnvironmentError.Builder.code(String code)
The error code for the failure reason for the environment deployment.
|
EnvironmentError.Builder |
EnvironmentError.Builder.message(String message)
The error message for the failure reason for the environment deployment.
|
EnvironmentError.Builder |
EnvironmentError.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EnvironmentError.Builder> |
EnvironmentError.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Deployment.Builder |
Deployment.Builder.failureReason(Consumer<EnvironmentError.Builder> failureReason)
The failure reason of the last deployment of the environment.
|
Copyright © 2023. All rights reserved.