Interface InvalidCampaignStateException.Builder
-
- All Superinterfaces:
AwsServiceException.Builder,Buildable,ConnectCampaignsException.Builder,CopyableBuilder<InvalidCampaignStateException.Builder,InvalidCampaignStateException>,SdkBuilder<InvalidCampaignStateException.Builder,InvalidCampaignStateException>,SdkException.Builder,SdkPojo,SdkServiceException.Builder
- Enclosing class:
- InvalidCampaignStateException
public static interface InvalidCampaignStateException.Builder extends SdkPojo, CopyableBuilder<InvalidCampaignStateException.Builder,InvalidCampaignStateException>, ConnectCampaignsException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvalidCampaignStateException.BuilderawsErrorDetails(AwsErrorDetails awsErrorDetails)InvalidCampaignStateException.Buildercause(Throwable cause)InvalidCampaignStateException.Buildermessage(String message)InvalidCampaignStateException.BuilderrequestId(String requestId)InvalidCampaignStateException.Builderstate(String state)Sets the value of the State property for this object.InvalidCampaignStateException.Builderstate(CampaignState state)Sets the value of the State property for this object.InvalidCampaignStateException.BuilderstatusCode(int statusCode)InvalidCampaignStateException.BuilderwritableStackTrace(Boolean writableStackTrace)InvalidCampaignStateException.BuilderxAmzErrorType(String xAmzErrorType)Sets the value of the XAmzErrorType property for this object.-
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
-
state
InvalidCampaignStateException.Builder state(String state)
Sets the value of the State property for this object.- Parameters:
state- The new value for the State property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CampaignState,CampaignState
-
state
InvalidCampaignStateException.Builder state(CampaignState state)
Sets the value of the State property for this object.- Parameters:
state- The new value for the State property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CampaignState,CampaignState
-
xAmzErrorType
InvalidCampaignStateException.Builder xAmzErrorType(String xAmzErrorType)
Sets the value of the XAmzErrorType property for this object.- Parameters:
xAmzErrorType- The new value for the XAmzErrorType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsErrorDetails
InvalidCampaignStateException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder- Specified by:
awsErrorDetailsin interfaceConnectCampaignsException.Builder
-
message
InvalidCampaignStateException.Builder message(String message)
- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceConnectCampaignsException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder
-
requestId
InvalidCampaignStateException.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceConnectCampaignsException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
InvalidCampaignStateException.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceConnectCampaignsException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
InvalidCampaignStateException.Builder cause(Throwable cause)
- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceConnectCampaignsException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder
-
writableStackTrace
InvalidCampaignStateException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfaceConnectCampaignsException.Builder- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
-