Interface UnsupportedGrantTypeException.Builder
-
- All Superinterfaces:
AwsServiceException.Builder,Buildable,CopyableBuilder<UnsupportedGrantTypeException.Builder,UnsupportedGrantTypeException>,SdkBuilder<UnsupportedGrantTypeException.Builder,UnsupportedGrantTypeException>,SdkException.Builder,SdkPojo,SdkServiceException.Builder,SsoOidcException.Builder
- Enclosing class:
- UnsupportedGrantTypeException
public static interface UnsupportedGrantTypeException.Builder extends SdkPojo, CopyableBuilder<UnsupportedGrantTypeException.Builder,UnsupportedGrantTypeException>, SsoOidcException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description UnsupportedGrantTypeException.BuilderawsErrorDetails(AwsErrorDetails awsErrorDetails)UnsupportedGrantTypeException.Buildercause(Throwable cause)UnsupportedGrantTypeException.Buildererror(String error)Single error code.UnsupportedGrantTypeException.Buildererror_description(String errorDescription)Deprecated.UnsupportedGrantTypeException.BuildererrorDescription(String errorDescription)Human-readable text providing additional information, used to assist the client developer in understanding the error that occurred.UnsupportedGrantTypeException.Buildermessage(String message)UnsupportedGrantTypeException.BuildernumAttempts(Integer numAttempts)UnsupportedGrantTypeException.BuilderrequestId(String requestId)UnsupportedGrantTypeException.BuilderstatusCode(int statusCode)UnsupportedGrantTypeException.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, numAttempts, 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
-
error
UnsupportedGrantTypeException.Builder error(String error)
Single error code. For this exception the value will be
unsupported_grant_type.- Parameters:
error- Single error code. For this exception the value will beunsupported_grant_type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorDescription
UnsupportedGrantTypeException.Builder errorDescription(String errorDescription)
Human-readable text providing additional information, used to assist the client developer in understanding the error that occurred.
- Parameters:
errorDescription- Human-readable text providing additional information, used to assist the client developer in understanding the error that occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error_description
@Deprecated UnsupportedGrantTypeException.Builder error_description(String errorDescription)
Deprecated.Human-readable text providing additional information, used to assist the client developer in understanding the error that occurred.
- Parameters:
errorDescription- Human-readable text providing additional information, used to assist the client developer in understanding the error that occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsErrorDetails
UnsupportedGrantTypeException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder- Specified by:
awsErrorDetailsin interfaceSsoOidcException.Builder
-
message
UnsupportedGrantTypeException.Builder message(String message)
- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder- Specified by:
messagein interfaceSsoOidcException.Builder
-
requestId
UnsupportedGrantTypeException.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder- Specified by:
requestIdin interfaceSsoOidcException.Builder
-
statusCode
UnsupportedGrantTypeException.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder- Specified by:
statusCodein interfaceSsoOidcException.Builder
-
cause
UnsupportedGrantTypeException.Builder cause(Throwable cause)
- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder- Specified by:
causein interfaceSsoOidcException.Builder
-
writableStackTrace
UnsupportedGrantTypeException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder- Specified by:
writableStackTracein interfaceSsoOidcException.Builder
-
numAttempts
UnsupportedGrantTypeException.Builder numAttempts(Integer numAttempts)
- Specified by:
numAttemptsin interfaceAwsServiceException.Builder- Specified by:
numAttemptsin interfaceSdkException.Builder- Specified by:
numAttemptsin interfaceSdkServiceException.Builder- Specified by:
numAttemptsin interfaceSsoOidcException.Builder
-
-