public static interface InvalidContactFlowException.Builder extends SdkPojo, CopyableBuilder<InvalidContactFlowException.Builder,InvalidContactFlowException>, ConnectException.Builder
| Modifier and Type | Method and Description |
|---|---|
InvalidContactFlowException.Builder |
awsErrorDetails(AwsErrorDetails awsErrorDetails) |
InvalidContactFlowException.Builder |
cause(Throwable cause) |
InvalidContactFlowException.Builder |
message(String message) |
InvalidContactFlowException.Builder |
problems(Collection<ProblemDetail> problems)
The problems with the flow.
|
InvalidContactFlowException.Builder |
problems(Consumer<ProblemDetail.Builder>... problems)
The problems with the flow.
|
InvalidContactFlowException.Builder |
problems(ProblemDetail... problems)
The problems with the flow.
|
InvalidContactFlowException.Builder |
requestId(String requestId) |
InvalidContactFlowException.Builder |
statusCode(int statusCode) |
InvalidContactFlowException.Builder |
writableStackTrace(Boolean writableStackTrace) |
copyapplyMutation, buildawsErrorDetails, build, clockSkew, clockSkew, extendedRequestIdextendedRequestId, requestId, statusCodecause, message, writableStackTraceequalsBySdkFields, sdkFieldsInvalidContactFlowException.Builder problems(Collection<ProblemDetail> problems)
The problems with the flow. Please fix before trying again.
problems - The problems with the flow. Please fix before trying again.InvalidContactFlowException.Builder problems(ProblemDetail... problems)
The problems with the flow. Please fix before trying again.
problems - The problems with the flow. Please fix before trying again.InvalidContactFlowException.Builder problems(Consumer<ProblemDetail.Builder>... problems)
The problems with the flow. Please fix before trying again.
This is a convenience method that creates an instance of theProblemDetail.Builder avoiding the need to create one
manually via ProblemDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #problems(List.
problems - a consumer that will call methods on
ProblemDetail.Builder#problems(java.util.Collection) InvalidContactFlowException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
awsErrorDetails in interface AwsServiceException.BuilderawsErrorDetails in interface ConnectException.BuilderInvalidContactFlowException.Builder message(String message)
message in interface AwsServiceException.Buildermessage in interface ConnectException.Buildermessage in interface SdkException.Buildermessage in interface SdkServiceException.BuilderInvalidContactFlowException.Builder requestId(String requestId)
requestId in interface AwsServiceException.BuilderrequestId in interface ConnectException.BuilderrequestId in interface SdkServiceException.BuilderInvalidContactFlowException.Builder statusCode(int statusCode)
statusCode in interface AwsServiceException.BuilderstatusCode in interface ConnectException.BuilderstatusCode in interface SdkServiceException.BuilderInvalidContactFlowException.Builder cause(Throwable cause)
cause in interface AwsServiceException.Buildercause in interface ConnectException.Buildercause in interface SdkException.Buildercause in interface SdkServiceException.BuilderInvalidContactFlowException.Builder writableStackTrace(Boolean writableStackTrace)
writableStackTrace in interface ConnectException.BuilderwritableStackTrace in interface SdkException.BuilderwritableStackTrace in interface SdkServiceException.BuilderCopyright © 2023. All rights reserved.