public static interface MalformedQueryException.Builder extends SdkPojo, CopyableBuilder<MalformedQueryException.Builder,MalformedQueryException>, CloudWatchLogsException.Builder
| Modifier and Type | Method and Description |
|---|---|
MalformedQueryException.Builder |
awsErrorDetails(AwsErrorDetails awsErrorDetails) |
MalformedQueryException.Builder |
cause(Throwable cause) |
MalformedQueryException.Builder |
message(String message) |
default MalformedQueryException.Builder |
queryCompileError(Consumer<QueryCompileError.Builder> queryCompileError)
Sets the value of the QueryCompileError property for this object.
|
MalformedQueryException.Builder |
queryCompileError(QueryCompileError queryCompileError)
Sets the value of the QueryCompileError property for this object.
|
MalformedQueryException.Builder |
requestId(String requestId) |
MalformedQueryException.Builder |
statusCode(int statusCode) |
MalformedQueryException.Builder |
writableStackTrace(Boolean writableStackTrace) |
copyapplyMutation, buildawsErrorDetails, build, clockSkew, clockSkew, extendedRequestIdextendedRequestId, requestId, statusCodecause, message, writableStackTraceequalsBySdkFields, sdkFieldsMalformedQueryException.Builder queryCompileError(QueryCompileError queryCompileError)
queryCompileError - The new value for the QueryCompileError property for this object.default MalformedQueryException.Builder queryCompileError(Consumer<QueryCompileError.Builder> queryCompileError)
QueryCompileError.Builder avoiding the
need to create one manually via QueryCompileError.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to queryCompileError(QueryCompileError).
queryCompileError - a consumer that will call methods on QueryCompileError.BuilderqueryCompileError(QueryCompileError)MalformedQueryException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
awsErrorDetails in interface AwsServiceException.BuilderawsErrorDetails in interface CloudWatchLogsException.BuilderMalformedQueryException.Builder message(String message)
message in interface AwsServiceException.Buildermessage in interface CloudWatchLogsException.Buildermessage in interface SdkException.Buildermessage in interface SdkServiceException.BuilderMalformedQueryException.Builder requestId(String requestId)
requestId in interface AwsServiceException.BuilderrequestId in interface CloudWatchLogsException.BuilderrequestId in interface SdkServiceException.BuilderMalformedQueryException.Builder statusCode(int statusCode)
statusCode in interface AwsServiceException.BuilderstatusCode in interface CloudWatchLogsException.BuilderstatusCode in interface SdkServiceException.BuilderMalformedQueryException.Builder cause(Throwable cause)
cause in interface AwsServiceException.Buildercause in interface CloudWatchLogsException.Buildercause in interface SdkException.Buildercause in interface SdkServiceException.BuilderMalformedQueryException.Builder writableStackTrace(Boolean writableStackTrace)
writableStackTrace in interface CloudWatchLogsException.BuilderwritableStackTrace in interface SdkException.BuilderwritableStackTrace in interface SdkServiceException.BuilderCopyright © 2023. All rights reserved.