Interface InvalidContactFlowModuleException.Builder
-
- All Superinterfaces:
AwsServiceException.Builder
,Buildable
,ConnectException.Builder
,CopyableBuilder<InvalidContactFlowModuleException.Builder,InvalidContactFlowModuleException>
,SdkBuilder<InvalidContactFlowModuleException.Builder,InvalidContactFlowModuleException>
,SdkException.Builder
,SdkPojo
,SdkServiceException.Builder
- Enclosing class:
- InvalidContactFlowModuleException
public static interface InvalidContactFlowModuleException.Builder extends SdkPojo, CopyableBuilder<InvalidContactFlowModuleException.Builder,InvalidContactFlowModuleException>, ConnectException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvalidContactFlowModuleException.Builder
awsErrorDetails(AwsErrorDetails awsErrorDetails)
InvalidContactFlowModuleException.Builder
cause(Throwable cause)
InvalidContactFlowModuleException.Builder
message(String message)
InvalidContactFlowModuleException.Builder
problems(Collection<ProblemDetail> problems)
Sets the value of the Problems property for this object.InvalidContactFlowModuleException.Builder
problems(Consumer<ProblemDetail.Builder>... problems)
Sets the value of the Problems property for this object.InvalidContactFlowModuleException.Builder
problems(ProblemDetail... problems)
Sets the value of the Problems property for this object.InvalidContactFlowModuleException.Builder
requestId(String requestId)
InvalidContactFlowModuleException.Builder
statusCode(int statusCode)
InvalidContactFlowModuleException.Builder
writableStackTrace(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
-
problems
InvalidContactFlowModuleException.Builder problems(Collection<ProblemDetail> problems)
Sets the value of the Problems property for this object.- Parameters:
problems
- The new value for the Problems property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
problems
InvalidContactFlowModuleException.Builder problems(ProblemDetail... problems)
Sets the value of the Problems property for this object.- Parameters:
problems
- The new value for the Problems property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
problems
InvalidContactFlowModuleException.Builder problems(Consumer<ProblemDetail.Builder>... problems)
Sets the value of the Problems property for this object. This is a convenience method that creates an instance of theProblemDetail.Builder
avoiding the need to create one manually viaProblemDetail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#problems(List
.) - Parameters:
problems
- a consumer that will call methods onProblemDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#problems(java.util.Collection
)
-
awsErrorDetails
InvalidContactFlowModuleException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetails
in interfaceAwsServiceException.Builder
- Specified by:
awsErrorDetails
in interfaceConnectException.Builder
-
message
InvalidContactFlowModuleException.Builder message(String message)
- Specified by:
message
in interfaceAwsServiceException.Builder
- Specified by:
message
in interfaceConnectException.Builder
- Specified by:
message
in interfaceSdkException.Builder
- Specified by:
message
in interfaceSdkServiceException.Builder
-
requestId
InvalidContactFlowModuleException.Builder requestId(String requestId)
- Specified by:
requestId
in interfaceAwsServiceException.Builder
- Specified by:
requestId
in interfaceConnectException.Builder
- Specified by:
requestId
in interfaceSdkServiceException.Builder
-
statusCode
InvalidContactFlowModuleException.Builder statusCode(int statusCode)
- Specified by:
statusCode
in interfaceAwsServiceException.Builder
- Specified by:
statusCode
in interfaceConnectException.Builder
- Specified by:
statusCode
in interfaceSdkServiceException.Builder
-
cause
InvalidContactFlowModuleException.Builder cause(Throwable cause)
- Specified by:
cause
in interfaceAwsServiceException.Builder
- Specified by:
cause
in interfaceConnectException.Builder
- Specified by:
cause
in interfaceSdkException.Builder
- Specified by:
cause
in interfaceSdkServiceException.Builder
-
writableStackTrace
InvalidContactFlowModuleException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTrace
in interfaceConnectException.Builder
- Specified by:
writableStackTrace
in interfaceSdkException.Builder
- Specified by:
writableStackTrace
in interfaceSdkServiceException.Builder
-
-