Interface InvalidArgumentException.Builder
-
- All Superinterfaces:
AwsServiceException.Builder,Buildable,CopyableBuilder<InvalidArgumentException.Builder,InvalidArgumentException>,NeptunedataException.Builder,SdkBuilder<InvalidArgumentException.Builder,InvalidArgumentException>,SdkException.Builder,SdkPojo,SdkServiceException.Builder
- Enclosing class:
- InvalidArgumentException
public static interface InvalidArgumentException.Builder extends SdkPojo, CopyableBuilder<InvalidArgumentException.Builder,InvalidArgumentException>, NeptunedataException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvalidArgumentException.BuilderawsErrorDetails(AwsErrorDetails awsErrorDetails)InvalidArgumentException.Buildercause(Throwable cause)InvalidArgumentException.Buildercode(String code)The HTTP status code returned with the exception.InvalidArgumentException.BuilderdetailedMessage(String detailedMessage)A detailed message describing the problem.InvalidArgumentException.Buildermessage(String message)InvalidArgumentException.BuilderrequestId(String requestId)InvalidArgumentException.BuilderrequestIdValue(String requestIdValue)The ID of the request in question.InvalidArgumentException.BuilderstatusCode(int statusCode)InvalidArgumentException.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
InvalidArgumentException.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
InvalidArgumentException.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
InvalidArgumentException.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
InvalidArgumentException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder- Specified by:
awsErrorDetailsin interfaceNeptunedataException.Builder
-
message
InvalidArgumentException.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
InvalidArgumentException.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceNeptunedataException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
InvalidArgumentException.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceNeptunedataException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
InvalidArgumentException.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
InvalidArgumentException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfaceNeptunedataException.Builder- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
-