Interface SnapStartTimeoutException.Builder
- 
- All Superinterfaces:
- AwsServiceException.Builder,- Buildable,- CopyableBuilder<SnapStartTimeoutException.Builder,SnapStartTimeoutException>,- LambdaException.Builder,- SdkBuilder<SnapStartTimeoutException.Builder,SnapStartTimeoutException>,- SdkException.Builder,- SdkPojo,- SdkServiceException.Builder
 - Enclosing class:
- SnapStartTimeoutException
 
 @Mutable @NotThreadSafe public static interface SnapStartTimeoutException.Builder extends SdkPojo, CopyableBuilder<SnapStartTimeoutException.Builder,SnapStartTimeoutException>, LambdaException.Builder 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description SnapStartTimeoutException.BuilderawsErrorDetails(AwsErrorDetails awsErrorDetails)SnapStartTimeoutException.Buildercause(Throwable cause)SnapStartTimeoutException.Buildermessage(String message)SnapStartTimeoutException.BuildernumAttempts(Integer numAttempts)SnapStartTimeoutException.BuilderrequestId(String requestId)SnapStartTimeoutException.BuilderstatusCode(int statusCode)SnapStartTimeoutException.Buildertype(String type)Sets the value of the Type property for this object.SnapStartTimeoutException.BuilderwritableStackTrace(Boolean writableStackTrace)- 
Methods inherited from interface software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderawsErrorDetails, build, clockSkew, clockSkew, extendedRequestId
 - 
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopy
 - 
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, build
 - 
Methods inherited from interface software.amazon.awssdk.core.exception.SdkException.Buildercause, message, numAttempts, writableStackTrace
 - 
Methods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
 - 
Methods inherited from interface software.amazon.awssdk.core.exception.SdkServiceException.BuilderextendedRequestId, requestId, statusCode
 
- 
 
- 
- 
- 
Method Detail- 
typeSnapStartTimeoutException.Builder type(String type) Sets the value of the Type property for this object.- Parameters:
- type- The new value for the Type property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
awsErrorDetailsSnapStartTimeoutException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails) - Specified by:
- awsErrorDetailsin interface- AwsServiceException.Builder
- Specified by:
- awsErrorDetailsin interface- LambdaException.Builder
 
 - 
messageSnapStartTimeoutException.Builder message(String message) - Specified by:
- messagein interface- AwsServiceException.Builder
- Specified by:
- messagein interface- LambdaException.Builder
- Specified by:
- messagein interface- SdkException.Builder
- Specified by:
- messagein interface- SdkServiceException.Builder
 
 - 
requestIdSnapStartTimeoutException.Builder requestId(String requestId) - Specified by:
- requestIdin interface- AwsServiceException.Builder
- Specified by:
- requestIdin interface- LambdaException.Builder
- Specified by:
- requestIdin interface- SdkServiceException.Builder
 
 - 
statusCodeSnapStartTimeoutException.Builder statusCode(int statusCode) - Specified by:
- statusCodein interface- AwsServiceException.Builder
- Specified by:
- statusCodein interface- LambdaException.Builder
- Specified by:
- statusCodein interface- SdkServiceException.Builder
 
 - 
causeSnapStartTimeoutException.Builder cause(Throwable cause) - Specified by:
- causein interface- AwsServiceException.Builder
- Specified by:
- causein interface- LambdaException.Builder
- Specified by:
- causein interface- SdkException.Builder
- Specified by:
- causein interface- SdkServiceException.Builder
 
 - 
writableStackTraceSnapStartTimeoutException.Builder writableStackTrace(Boolean writableStackTrace) - Specified by:
- writableStackTracein interface- LambdaException.Builder
- Specified by:
- writableStackTracein interface- SdkException.Builder
- Specified by:
- writableStackTracein interface- SdkServiceException.Builder
 
 - 
numAttemptsSnapStartTimeoutException.Builder numAttempts(Integer numAttempts) - Specified by:
- numAttemptsin interface- AwsServiceException.Builder
- Specified by:
- numAttemptsin interface- LambdaException.Builder
- Specified by:
- numAttemptsin interface- SdkException.Builder
- Specified by:
- numAttemptsin interface- SdkServiceException.Builder
 
 
- 
 
-