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 contact flow.
|
InvalidContactFlowException.Builder |
problems(Consumer<ProblemDetail.Builder>... problems)
The problems with the contact flow.
|
InvalidContactFlowException.Builder |
problems(ProblemDetail... problems)
The problems with the contact flow.
|
InvalidContactFlowException.Builder |
requestId(String requestId) |
InvalidContactFlowException.Builder |
statusCode(int statusCode) |
copyapplyMutation, buildawsErrorDetails, build, clockSkew, clockSkew, extendedRequestIdextendedRequestId, requestId, statusCodecause, messageequalsBySdkFields, sdkFieldsInvalidContactFlowException.Builder problems(Collection<ProblemDetail> problems)
The problems with the contact flow. Please fix before trying again.
problems - The problems with the contact flow. Please fix before trying again.InvalidContactFlowException.Builder problems(ProblemDetail... problems)
The problems with the contact flow. Please fix before trying again.
problems - The problems with the contact flow. Please fix before trying again.InvalidContactFlowException.Builder problems(Consumer<ProblemDetail.Builder>... problems)
The problems with the contact flow. Please fix before trying again.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #problems(List) .problems - a consumer that will call methods on List.Builder #problems(List) 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.BuilderCopyright © 2021. All rights reserved.