Interface NotFoundException.Builder
-
- All Superinterfaces:
AwsServiceException.Builder,Buildable,CopyableBuilder<NotFoundException.Builder,NotFoundException>,LightsailException.Builder,SdkBuilder<NotFoundException.Builder,NotFoundException>,SdkException.Builder,SdkPojo,SdkServiceException.Builder
- Enclosing class:
- NotFoundException
public static interface NotFoundException.Builder extends SdkPojo, CopyableBuilder<NotFoundException.Builder,NotFoundException>, LightsailException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotFoundException.BuilderawsErrorDetails(AwsErrorDetails awsErrorDetails)NotFoundException.Buildercause(Throwable cause)NotFoundException.Buildercode(String code)Sets the value of the Code property for this object.NotFoundException.Builderdocs(String docs)Sets the value of the Docs property for this object.NotFoundException.Buildermessage(String message)NotFoundException.BuilderrequestId(String requestId)NotFoundException.BuilderstatusCode(int statusCode)NotFoundException.Buildertip(String tip)Sets the value of the Tip property for this object.NotFoundException.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
extendedRequestId, requestId, statusCode
-
-
-
-
Method Detail
-
code
NotFoundException.Builder code(String code)
Sets the value of the Code property for this object.- Parameters:
code- The new value for the Code property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
docs
NotFoundException.Builder docs(String docs)
Sets the value of the Docs property for this object.- Parameters:
docs- The new value for the Docs property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tip
NotFoundException.Builder tip(String tip)
Sets the value of the Tip property for this object.- Parameters:
tip- The new value for the Tip property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsErrorDetails
NotFoundException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder- Specified by:
awsErrorDetailsin interfaceLightsailException.Builder
-
message
NotFoundException.Builder message(String message)
- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceLightsailException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder
-
requestId
NotFoundException.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceLightsailException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
NotFoundException.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceLightsailException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
NotFoundException.Builder cause(Throwable cause)
- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceLightsailException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder
-
writableStackTrace
NotFoundException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfaceLightsailException.Builder- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
-