public static interface InvalidContactFlowModuleException.Builder extends SdkPojo, CopyableBuilder<InvalidContactFlowModuleException.Builder,InvalidContactFlowModuleException>, ConnectException.Builder
| Modifier and Type | Method and 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) |
copyapplyMutation, buildawsErrorDetails, build, clockSkew, clockSkew, extendedRequestIdextendedRequestId, requestId, statusCodecause, messageequalsBySdkFields, sdkFieldsInvalidContactFlowModuleException.Builder problems(Collection<ProblemDetail> problems)
problems - The new value for the Problems property for this object.InvalidContactFlowModuleException.Builder problems(ProblemDetail... problems)
problems - The new value for the Problems property for this object.InvalidContactFlowModuleException.Builder problems(Consumer<ProblemDetail.Builder>... problems)
List.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) InvalidContactFlowModuleException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
awsErrorDetails in interface AwsServiceException.BuilderawsErrorDetails in interface ConnectException.BuilderInvalidContactFlowModuleException.Builder message(String message)
message in interface AwsServiceException.Buildermessage in interface ConnectException.Buildermessage in interface SdkException.Buildermessage in interface SdkServiceException.BuilderInvalidContactFlowModuleException.Builder requestId(String requestId)
requestId in interface AwsServiceException.BuilderrequestId in interface ConnectException.BuilderrequestId in interface SdkServiceException.BuilderInvalidContactFlowModuleException.Builder statusCode(int statusCode)
statusCode in interface AwsServiceException.BuilderstatusCode in interface ConnectException.BuilderstatusCode in interface SdkServiceException.BuilderInvalidContactFlowModuleException.Builder cause(Throwable cause)
cause in interface AwsServiceException.Buildercause in interface ConnectException.Buildercause in interface SdkException.Buildercause in interface SdkServiceException.BuilderCopyright © 2022. All rights reserved.