Interface EnvironmentError.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EnvironmentError.Builder,,EnvironmentError> SdkBuilder<EnvironmentError.Builder,,EnvironmentError> SdkPojo
- Enclosing class:
 EnvironmentError
public static interface EnvironmentError.Builder
extends SdkPojo, CopyableBuilder<EnvironmentError.Builder,EnvironmentError> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe error code for the failure reason for the environment deployment.The error message for the failure reason for the environment deployment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
code
The error code for the failure reason for the environment deployment.
- Parameters:
 code- The error code for the failure reason for the environment deployment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
message
The error message for the failure reason for the environment deployment.
- Parameters:
 message- The error message for the failure reason for the environment deployment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -