Interface StatisticsNotAvailableException.Builder
-
- All Superinterfaces:
AwsServiceException.Builder,Buildable,CopyableBuilder<StatisticsNotAvailableException.Builder,StatisticsNotAvailableException>,NeptunedataException.Builder,SdkBuilder<StatisticsNotAvailableException.Builder,StatisticsNotAvailableException>,SdkException.Builder,SdkPojo,SdkServiceException.Builder
- Enclosing class:
- StatisticsNotAvailableException
public static interface StatisticsNotAvailableException.Builder extends SdkPojo, CopyableBuilder<StatisticsNotAvailableException.Builder,StatisticsNotAvailableException>, NeptunedataException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatisticsNotAvailableException.BuilderawsErrorDetails(AwsErrorDetails awsErrorDetails)StatisticsNotAvailableException.Buildercause(Throwable cause)StatisticsNotAvailableException.Buildercode(String code)The HTTP status code returned with the exception.StatisticsNotAvailableException.BuilderdetailedMessage(String detailedMessage)A detailed message describing the problem.StatisticsNotAvailableException.Buildermessage(String message)StatisticsNotAvailableException.BuilderrequestId(String requestId)StatisticsNotAvailableException.BuilderrequestIdValue(String requestIdValue)The ID of the request in question.StatisticsNotAvailableException.BuilderstatusCode(int statusCode)StatisticsNotAvailableException.BuilderwritableStackTrace(Boolean writableStackTrace)-
Methods inherited from interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
awsErrorDetails, build, clockSkew, clockSkew, extendedRequestId
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.exception.SdkException.Builder
cause, message, writableStackTrace
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
extendedRequestId, requestId, statusCode
-
-
-
-
Method Detail
-
detailedMessage
StatisticsNotAvailableException.Builder detailedMessage(String detailedMessage)
A detailed message describing the problem.
- Parameters:
detailedMessage- A detailed message describing the problem.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestIdValue
StatisticsNotAvailableException.Builder requestIdValue(String requestIdValue)
The ID of the request in question.
- Parameters:
requestIdValue- The ID of the request in question.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
StatisticsNotAvailableException.Builder code(String code)
The HTTP status code returned with the exception.
- Parameters:
code- The HTTP status code returned with the exception.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsErrorDetails
StatisticsNotAvailableException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder- Specified by:
awsErrorDetailsin interfaceNeptunedataException.Builder
-
message
StatisticsNotAvailableException.Builder message(String message)
- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceNeptunedataException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder
-
requestId
StatisticsNotAvailableException.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceNeptunedataException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
StatisticsNotAvailableException.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceNeptunedataException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
StatisticsNotAvailableException.Builder cause(Throwable cause)
- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceNeptunedataException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder
-
writableStackTrace
StatisticsNotAvailableException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfaceNeptunedataException.Builder- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
-