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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnvironmentError.Buildercode(String code)The error code for the failure reason for the environment deployment.EnvironmentError.Buildermessage(String message)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, sdkFields
-
-
-
-
Method Detail
-
code
EnvironmentError.Builder code(String 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
EnvironmentError.Builder message(String 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.
-
-