Interface EnvironmentDetailsError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EnvironmentDetailsError.Builder,EnvironmentDetailsError>,SdkBuilder<EnvironmentDetailsError.Builder,EnvironmentDetailsError>,SdkPojo
- Enclosing class:
- EnvironmentDetailsError
public static interface EnvironmentDetailsError.Builder extends SdkPojo, CopyableBuilder<EnvironmentDetailsError.Builder,EnvironmentDetailsError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnvironmentDetailsError.Buildercode(String code)The error code.EnvironmentDetailsError.Buildercode(JobEntityErrorCode code)The error code.EnvironmentDetailsError.BuilderenvironmentId(String environmentId)The environment ID.EnvironmentDetailsError.BuilderjobId(String jobId)The job ID.EnvironmentDetailsError.Buildermessage(String message)The error message detailing the error's cause.-
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
EnvironmentDetailsError.Builder code(String code)
The error code.
- Parameters:
code- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
JobEntityErrorCode,JobEntityErrorCode
-
code
EnvironmentDetailsError.Builder code(JobEntityErrorCode code)
The error code.
- Parameters:
code- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
JobEntityErrorCode,JobEntityErrorCode
-
environmentId
EnvironmentDetailsError.Builder environmentId(String environmentId)
The environment ID.
- Parameters:
environmentId- The environment ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
EnvironmentDetailsError.Builder jobId(String jobId)
The job ID.
- Parameters:
jobId- The job ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
EnvironmentDetailsError.Builder message(String message)
The error message detailing the error's cause.
- Parameters:
message- The error message detailing the error's cause.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-