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,- 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.BuilderImplcause, message, numAttempts, writableStackTrace
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedBuilderImpl()protectedBuilderImpl(ApiCallAttemptTimeoutException ex)
 - 
Method SummaryAll 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.BuildernumAttempts(Integer numAttempts)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.BuilderImplcause, getCause, getMessage, getNumAttempts, getWritableStackTrace, message, numAttempts, setAttemptCount, setCause, setMessage, setWritableStackTrace, writableStackTrace
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface software.amazon.awssdk.core.exception.SdkException.Buildercause, message, numAttempts, writableStackTrace
 
- 
 
- 
- 
- 
Constructor Detail- 
BuilderImplprotected BuilderImpl() 
 - 
BuilderImplprotected BuilderImpl(ApiCallAttemptTimeoutException ex) 
 
- 
 - 
Method Detail- 
messagepublic ApiCallAttemptTimeoutException.Builder message(String message) Description copied from interface:SdkException.BuilderSpecifies the details of this exception.- Specified by:
- messagein interface- ApiCallAttemptTimeoutException.Builder
- Specified by:
- messagein interface- SdkClientException.Builder
- Specified by:
- messagein interface- SdkException.Builder
- Overrides:
- messagein class- SdkClientException.BuilderImpl
- Parameters:
- message- The details of this exception.
- Returns:
- This method for object chaining
 
 - 
causepublic ApiCallAttemptTimeoutException.Builder cause(Throwable cause) Description copied from interface:SdkException.BuilderSpecifies the exception that caused this exception to occur.- Specified by:
- causein interface- ApiCallAttemptTimeoutException.Builder
- Specified by:
- causein interface- SdkClientException.Builder
- Specified by:
- causein interface- SdkException.Builder
- Overrides:
- causein class- SdkClientException.BuilderImpl
- Parameters:
- cause- The exception that caused this exception to occur.
- Returns:
- This object for method chaining.
 
 - 
writableStackTracepublic ApiCallAttemptTimeoutException.Builder writableStackTrace(Boolean writableStackTrace) Description copied from interface:SdkException.BuilderSpecifies whether the stack trace in this exception can be written.- Specified by:
- writableStackTracein interface- ApiCallAttemptTimeoutException.Builder
- Specified by:
- writableStackTracein interface- SdkClientException.Builder
- Specified by:
- writableStackTracein interface- SdkException.Builder
- Overrides:
- writableStackTracein class- SdkClientException.BuilderImpl
- Parameters:
- writableStackTrace- Whether the stack trace can be written.
- Returns:
- This method for object chaining
 
 - 
numAttemptspublic ApiCallAttemptTimeoutException.Builder numAttempts(Integer numAttempts) - Specified by:
- numAttemptsin interface- ApiCallAttemptTimeoutException.Builder
- Specified by:
- numAttemptsin interface- SdkClientException.Builder
- Specified by:
- numAttemptsin interface- SdkException.Builder
- Overrides:
- numAttemptsin class- SdkClientException.BuilderImpl
- Parameters:
- numAttempts- The attempt count
- Returns:
- This method for object chaining
 
 - 
buildpublic ApiCallAttemptTimeoutException build() Description copied from interface:SdkException.BuilderCreates a newSdkExceptionwith the specified properties.- Specified by:
- buildin interface- ApiCallAttemptTimeoutException.Builder
- Specified by:
- buildin interface- Buildable
- Specified by:
- buildin interface- SdkClientException.Builder
- Specified by:
- buildin interface- SdkException.Builder
- Overrides:
- buildin class- SdkClientException.BuilderImpl
- Returns:
- The new SdkException.
 
 
- 
 
-