Interface AwsLambdaFunctionEnvironmentError.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AwsLambdaFunctionEnvironmentError.Builder,,AwsLambdaFunctionEnvironmentError> SdkBuilder<AwsLambdaFunctionEnvironmentError.Builder,,AwsLambdaFunctionEnvironmentError> SdkPojo
- Enclosing class:
 AwsLambdaFunctionEnvironmentError
@Mutable
@NotThreadSafe
public static interface AwsLambdaFunctionEnvironmentError.Builder
extends SdkPojo, CopyableBuilder<AwsLambdaFunctionEnvironmentError.Builder,AwsLambdaFunctionEnvironmentError> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe error code.The error message.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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
errorCode
The error code.
- Parameters:
 errorCode- The error code.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
message
The error message.
- Parameters:
 message- The error message.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -