public static interface ThrottlingException.Builder extends SdkPojo, CopyableBuilder<ThrottlingException.Builder,ThrottlingException>, IotException.Builder
Modifier and Type | Method and Description |
---|---|
ThrottlingException.Builder |
awsErrorDetails(AwsErrorDetails awsErrorDetails) |
ThrottlingException.Builder |
cause(Throwable cause) |
ThrottlingException.Builder |
message(String message) |
ThrottlingException.Builder |
requestId(String requestId) |
ThrottlingException.Builder |
statusCode(int statusCode) |
ThrottlingException.Builder |
writableStackTrace(Boolean writableStackTrace) |
copy
applyMutation, build
awsErrorDetails, build, clockSkew, clockSkew, extendedRequestId
extendedRequestId, requestId, statusCode
cause, message, writableStackTrace
equalsBySdkFields, sdkFields
ThrottlingException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
awsErrorDetails
in interface AwsServiceException.Builder
awsErrorDetails
in interface IotException.Builder
ThrottlingException.Builder message(String message)
message
in interface AwsServiceException.Builder
message
in interface IotException.Builder
message
in interface SdkException.Builder
message
in interface SdkServiceException.Builder
ThrottlingException.Builder requestId(String requestId)
requestId
in interface AwsServiceException.Builder
requestId
in interface IotException.Builder
requestId
in interface SdkServiceException.Builder
ThrottlingException.Builder statusCode(int statusCode)
statusCode
in interface AwsServiceException.Builder
statusCode
in interface IotException.Builder
statusCode
in interface SdkServiceException.Builder
ThrottlingException.Builder cause(Throwable cause)
cause
in interface AwsServiceException.Builder
cause
in interface IotException.Builder
cause
in interface SdkException.Builder
cause
in interface SdkServiceException.Builder
ThrottlingException.Builder writableStackTrace(Boolean writableStackTrace)
writableStackTrace
in interface IotException.Builder
writableStackTrace
in interface SdkException.Builder
writableStackTrace
in interface SdkServiceException.Builder
Copyright © 2023. All rights reserved.