Interface ApiCallAttemptTimeoutException.Builder
- 
- All Superinterfaces:
 software.amazon.awssdk.utils.builder.Buildable,SdkClientException.Builder,SdkException.Builder
- All Known Implementing Classes:
 ApiCallAttemptTimeoutException.BuilderImpl
- Enclosing class:
 - ApiCallAttemptTimeoutException
 
public static interface ApiCallAttemptTimeoutException.Builder extends SdkClientException.Builder
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiCallAttemptTimeoutExceptionbuild()Creates a newSdkExceptionwith the specified properties.ApiCallAttemptTimeoutException.Buildercause(Throwable cause)Specifies the exception that caused this exception to occur.ApiCallAttemptTimeoutException.Buildermessage(String message)Specifies the details of this exception.ApiCallAttemptTimeoutException.BuilderwritableStackTrace(Boolean writableStackTrace)Specifies whether the stack trace in this exception can be written.- 
Methods inherited from interface software.amazon.awssdk.core.exception.SdkException.Builder
cause, message, writableStackTrace 
 - 
 
 - 
 
- 
- 
Method Detail
- 
message
ApiCallAttemptTimeoutException.Builder message(String message)
Description copied from interface:SdkException.BuilderSpecifies the details of this exception.- Specified by:
 messagein interfaceSdkClientException.Builder- Specified by:
 messagein interfaceSdkException.Builder- Parameters:
 message- The details of this exception.- Returns:
 - This method for object chaining
 
 
- 
cause
ApiCallAttemptTimeoutException.Builder cause(Throwable cause)
Description copied from interface:SdkException.BuilderSpecifies the exception that caused this exception to occur.- Specified by:
 causein interfaceSdkClientException.Builder- Specified by:
 causein interfaceSdkException.Builder- Parameters:
 cause- The exception that caused this exception to occur.- Returns:
 - This object for method chaining.
 
 
- 
writableStackTrace
ApiCallAttemptTimeoutException.Builder writableStackTrace(Boolean writableStackTrace)
Description copied from interface:SdkException.BuilderSpecifies whether the stack trace in this exception can be written.- Specified by:
 writableStackTracein interfaceSdkClientException.Builder- Specified by:
 writableStackTracein interfaceSdkException.Builder- Parameters:
 writableStackTrace- Whether the stack trace can be written.- Returns:
 - This method for object chaining
 
 
- 
build
ApiCallAttemptTimeoutException build()
Description copied from interface:SdkException.BuilderCreates a newSdkExceptionwith the specified properties.- Specified by:
 buildin interfacesoftware.amazon.awssdk.utils.builder.Buildable- Specified by:
 buildin interfaceSdkClientException.Builder- Specified by:
 buildin interfaceSdkException.Builder- Returns:
 - The new 
SdkException. 
 
 - 
 
 -