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 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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.
-