Interface AccountSetupInProgressException.Builder
-
- All Superinterfaces:
AwsServiceException.Builder,Buildable,CopyableBuilder<AccountSetupInProgressException.Builder,AccountSetupInProgressException>,LightsailException.Builder,SdkBuilder<AccountSetupInProgressException.Builder,AccountSetupInProgressException>,SdkException.Builder,SdkPojo,SdkServiceException.Builder
- Enclosing class:
- AccountSetupInProgressException
public static interface AccountSetupInProgressException.Builder extends SdkPojo, CopyableBuilder<AccountSetupInProgressException.Builder,AccountSetupInProgressException>, LightsailException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountSetupInProgressException.BuilderawsErrorDetails(AwsErrorDetails awsErrorDetails)AccountSetupInProgressException.Buildercause(Throwable cause)AccountSetupInProgressException.Buildercode(String code)Sets the value of the Code property for this object.AccountSetupInProgressException.Builderdocs(String docs)Sets the value of the Docs property for this object.AccountSetupInProgressException.Buildermessage(String message)AccountSetupInProgressException.BuilderrequestId(String requestId)AccountSetupInProgressException.BuilderstatusCode(int statusCode)AccountSetupInProgressException.Buildertip(String tip)Sets the value of the Tip property for this object.AccountSetupInProgressException.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
AccountSetupInProgressException.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
AccountSetupInProgressException.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
AccountSetupInProgressException.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
AccountSetupInProgressException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder- Specified by:
awsErrorDetailsin interfaceLightsailException.Builder
-
message
AccountSetupInProgressException.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
AccountSetupInProgressException.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceLightsailException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
AccountSetupInProgressException.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceLightsailException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
AccountSetupInProgressException.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
AccountSetupInProgressException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfaceLightsailException.Builder- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
-