Class LambdaException.BuilderImpl
- java.lang.Object
-
- software.amazon.awssdk.core.exception.SdkException.BuilderImpl
-
- software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
-
- software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
-
- software.amazon.awssdk.services.lambda.model.LambdaException.BuilderImpl
-
- All Implemented Interfaces:
AwsServiceException.Builder
,SdkException.Builder
,SdkServiceException.Builder
,SdkPojo
,LambdaException.Builder
,Buildable
- Enclosing class:
- LambdaException
protected static class LambdaException.BuilderImpl extends AwsServiceException.BuilderImpl implements LambdaException.Builder
-
-
Field Summary
-
Fields inherited from class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
awsErrorDetails
-
Fields inherited from class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
extendedRequestId, requestId, statusCode
-
Fields inherited from class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
cause, message, writableStackTrace
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BuilderImpl()
protected
BuilderImpl(LambdaException ex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LambdaException.BuilderImpl
awsErrorDetails(AwsErrorDetails awsErrorDetails)
LambdaException
build()
LambdaException.BuilderImpl
cause(Throwable cause)
LambdaException.BuilderImpl
message(String message)
LambdaException.BuilderImpl
requestId(String requestId)
LambdaException.BuilderImpl
statusCode(int statusCode)
LambdaException.BuilderImpl
writableStackTrace(Boolean writableStackTrace)
-
Methods inherited from class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
awsErrorDetails, clockSkew, clockSkew, extendedRequestId, getAwsErrorDetails, setAwsErrorDetails
-
Methods inherited from class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
extendedRequestId, getExtendedRequestId, getRequestId, getStatusCode, requestId, sdkFields, setExtendedRequestId, setRequestId, setStatusCode, statusCode
-
Methods inherited from class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
cause, getCause, getMessage, getWritableStackTrace, message, setCause, setMessage, setWritableStackTrace, writableStackTrace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
awsErrorDetails, clockSkew, clockSkew, extendedRequestId
-
Methods inherited from interface software.amazon.awssdk.core.exception.SdkException.Builder
cause, message, writableStackTrace
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
extendedRequestId, requestId, statusCode
-
-
-
-
Constructor Detail
-
BuilderImpl
protected BuilderImpl()
-
BuilderImpl
protected BuilderImpl(LambdaException ex)
-
-
Method Detail
-
awsErrorDetails
public LambdaException.BuilderImpl awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetails
in interfaceAwsServiceException.Builder
- Specified by:
awsErrorDetails
in interfaceLambdaException.Builder
- Overrides:
awsErrorDetails
in classAwsServiceException.BuilderImpl
-
message
public LambdaException.BuilderImpl message(String message)
- Specified by:
message
in interfaceAwsServiceException.Builder
- Specified by:
message
in interfaceLambdaException.Builder
- Specified by:
message
in interfaceSdkException.Builder
- Specified by:
message
in interfaceSdkServiceException.Builder
- Overrides:
message
in classAwsServiceException.BuilderImpl
-
requestId
public LambdaException.BuilderImpl requestId(String requestId)
- Specified by:
requestId
in interfaceAwsServiceException.Builder
- Specified by:
requestId
in interfaceLambdaException.Builder
- Specified by:
requestId
in interfaceSdkServiceException.Builder
- Overrides:
requestId
in classAwsServiceException.BuilderImpl
-
statusCode
public LambdaException.BuilderImpl statusCode(int statusCode)
- Specified by:
statusCode
in interfaceAwsServiceException.Builder
- Specified by:
statusCode
in interfaceLambdaException.Builder
- Specified by:
statusCode
in interfaceSdkServiceException.Builder
- Overrides:
statusCode
in classAwsServiceException.BuilderImpl
-
cause
public LambdaException.BuilderImpl cause(Throwable cause)
- Specified by:
cause
in interfaceAwsServiceException.Builder
- Specified by:
cause
in interfaceLambdaException.Builder
- Specified by:
cause
in interfaceSdkException.Builder
- Specified by:
cause
in interfaceSdkServiceException.Builder
- Overrides:
cause
in classAwsServiceException.BuilderImpl
-
writableStackTrace
public LambdaException.BuilderImpl writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTrace
in interfaceLambdaException.Builder
- Specified by:
writableStackTrace
in interfaceSdkException.Builder
- Specified by:
writableStackTrace
in interfaceSdkServiceException.Builder
- Overrides:
writableStackTrace
in classAwsServiceException.BuilderImpl
-
build
public LambdaException build()
- Specified by:
build
in interfaceAwsServiceException.Builder
- Specified by:
build
in interfaceBuildable
- Specified by:
build
in interfaceSdkException.Builder
- Specified by:
build
in interfaceSdkServiceException.Builder
- Overrides:
build
in classAwsServiceException.BuilderImpl
-
-