Interface FunctionCodeLocationError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FunctionCodeLocationError.Builder,,FunctionCodeLocationError> SdkBuilder<FunctionCodeLocationError.Builder,,FunctionCodeLocationError> SdkPojo
- Enclosing class:
FunctionCodeLocationError
@Mutable
@NotThreadSafe
public static interface FunctionCodeLocationError.Builder
extends SdkPojo, CopyableBuilder<FunctionCodeLocationError.Builder,FunctionCodeLocationError>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code that identifies why Lambda failed to retrieve the deployment package.The human-readable message that describes why Lambda failed to retrieve the deployment package.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 that identifies why Lambda failed to retrieve the deployment package.
- Parameters:
errorCode- The error code that identifies why Lambda failed to retrieve the deployment package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
The human-readable message that describes why Lambda failed to retrieve the deployment package.
- Parameters:
message- The human-readable message that describes why Lambda failed to retrieve the deployment package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-