Class ApiCallAttemptTimeoutException.BuilderImpl
- java.lang.Object
 - 
- software.amazon.awssdk.core.exception.SdkException.BuilderImpl
 - 
- software.amazon.awssdk.core.exception.SdkClientException.BuilderImpl
 - 
- software.amazon.awssdk.core.exception.ApiCallAttemptTimeoutException.BuilderImpl
 
 
 
 
- 
- All Implemented Interfaces:
 ApiCallAttemptTimeoutException.Builder,SdkClientException.Builder,SdkException.Builder,software.amazon.awssdk.utils.builder.Buildable
- Enclosing class:
 - ApiCallAttemptTimeoutException
 
protected static final class ApiCallAttemptTimeoutException.BuilderImpl extends SdkClientException.BuilderImpl implements ApiCallAttemptTimeoutException.Builder
 
- 
- 
Field Summary
- 
Fields inherited from class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
cause, message, writableStackTrace 
 - 
 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedBuilderImpl()protectedBuilderImpl(ApiCallAttemptTimeoutException ex) 
- 
Method Summary
All Methods Instance Methods Concrete 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 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.core.exception.SdkException.Builder
cause, message, writableStackTrace 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
BuilderImpl
protected BuilderImpl()
 
- 
BuilderImpl
protected BuilderImpl(ApiCallAttemptTimeoutException ex)
 
 - 
 
- 
Method Detail
- 
message
public ApiCallAttemptTimeoutException.Builder message(String message)
Description copied from interface:SdkException.BuilderSpecifies the details of this exception.- Specified by:
 messagein interfaceApiCallAttemptTimeoutException.Builder- Specified by:
 messagein interfaceSdkClientException.Builder- Specified by:
 messagein interfaceSdkException.Builder- Overrides:
 messagein classSdkClientException.BuilderImpl- Parameters:
 message- The details of this exception.- Returns:
 - This method for object chaining
 
 
- 
cause
public ApiCallAttemptTimeoutException.Builder cause(Throwable cause)
Description copied from interface:SdkException.BuilderSpecifies the exception that caused this exception to occur.- Specified by:
 causein interfaceApiCallAttemptTimeoutException.Builder- Specified by:
 causein interfaceSdkClientException.Builder- Specified by:
 causein interfaceSdkException.Builder- Overrides:
 causein classSdkClientException.BuilderImpl- Parameters:
 cause- The exception that caused this exception to occur.- Returns:
 - This object for method chaining.
 
 
- 
writableStackTrace
public ApiCallAttemptTimeoutException.Builder writableStackTrace(Boolean writableStackTrace)
Description copied from interface:SdkException.BuilderSpecifies whether the stack trace in this exception can be written.- Specified by:
 writableStackTracein interfaceApiCallAttemptTimeoutException.Builder- Specified by:
 writableStackTracein interfaceSdkClientException.Builder- Specified by:
 writableStackTracein interfaceSdkException.Builder- Overrides:
 writableStackTracein classSdkClientException.BuilderImpl- Parameters:
 writableStackTrace- Whether the stack trace can be written.- Returns:
 - This method for object chaining
 
 
- 
build
public ApiCallAttemptTimeoutException build()
Description copied from interface:SdkException.BuilderCreates a newSdkExceptionwith the specified properties.- Specified by:
 buildin interfaceApiCallAttemptTimeoutException.Builder- Specified by:
 buildin interfacesoftware.amazon.awssdk.utils.builder.Buildable- Specified by:
 buildin interfaceSdkClientException.Builder- Specified by:
 buildin interfaceSdkException.Builder- Overrides:
 buildin classSdkClientException.BuilderImpl- Returns:
 - The new 
SdkException. 
 
 - 
 
 -