Interface EnvironmentError.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EnvironmentError.Builder,,- EnvironmentError> - SdkBuilder<EnvironmentError.Builder,,- EnvironmentError> - SdkPojo
- Enclosing class:
- EnvironmentError
@Mutable
@NotThreadSafe
public static interface EnvironmentError.Builder
extends SdkPojo, CopyableBuilder<EnvironmentError.Builder,EnvironmentError> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
codeThe 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.
 
- 
messageThe 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.
 
 
-