Uses of Interface
software.amazon.awssdk.services.datazone.model.EnvironmentError.Builder
-
Packages that use EnvironmentError.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of EnvironmentError.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return EnvironmentError.Builder Modifier and Type Method Description static EnvironmentError.BuilderEnvironmentError. builder()EnvironmentError.BuilderEnvironmentError.Builder. code(String code)The error code for the failure reason for the environment deployment.EnvironmentError.BuilderEnvironmentError.Builder. message(String message)The error message for the failure reason for the environment deployment.EnvironmentError.BuilderEnvironmentError. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type EnvironmentError.Builder Modifier and Type Method Description static Class<? extends EnvironmentError.Builder>EnvironmentError. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type EnvironmentError.Builder Modifier and Type Method Description default Deployment.BuilderDeployment.Builder. failureReason(Consumer<EnvironmentError.Builder> failureReason)The failure reason of the last deployment of the environment.
-