public static interface EntityNotExistsException.Builder extends SdkPojo, CopyableBuilder<EntityNotExistsException.Builder,EntityNotExistsException>, WorkDocsException.Builder
| Modifier and Type | Method and Description |
|---|---|
EntityNotExistsException.Builder |
awsErrorDetails(AwsErrorDetails awsErrorDetails) |
EntityNotExistsException.Builder |
cause(Throwable cause) |
EntityNotExistsException.Builder |
entityIds(Collection<String> entityIds)
The IDs of the non-existent resources.
|
EntityNotExistsException.Builder |
entityIds(String... entityIds)
The IDs of the non-existent resources.
|
EntityNotExistsException.Builder |
message(String message) |
EntityNotExistsException.Builder |
requestId(String requestId) |
EntityNotExistsException.Builder |
statusCode(int statusCode) |
EntityNotExistsException.Builder |
writableStackTrace(Boolean writableStackTrace) |
copyapplyMutation, buildawsErrorDetails, build, clockSkew, clockSkew, extendedRequestIdextendedRequestId, requestId, statusCodecause, message, writableStackTraceequalsBySdkFields, sdkFieldsEntityNotExistsException.Builder entityIds(Collection<String> entityIds)
The IDs of the non-existent resources.
entityIds - The IDs of the non-existent resources.EntityNotExistsException.Builder entityIds(String... entityIds)
The IDs of the non-existent resources.
entityIds - The IDs of the non-existent resources.EntityNotExistsException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
awsErrorDetails in interface AwsServiceException.BuilderawsErrorDetails in interface WorkDocsException.BuilderEntityNotExistsException.Builder message(String message)
message in interface AwsServiceException.Buildermessage in interface SdkException.Buildermessage in interface SdkServiceException.Buildermessage in interface WorkDocsException.BuilderEntityNotExistsException.Builder requestId(String requestId)
requestId in interface AwsServiceException.BuilderrequestId in interface SdkServiceException.BuilderrequestId in interface WorkDocsException.BuilderEntityNotExistsException.Builder statusCode(int statusCode)
statusCode in interface AwsServiceException.BuilderstatusCode in interface SdkServiceException.BuilderstatusCode in interface WorkDocsException.BuilderEntityNotExistsException.Builder cause(Throwable cause)
cause in interface AwsServiceException.Buildercause in interface SdkException.Buildercause in interface SdkServiceException.Buildercause in interface WorkDocsException.BuilderEntityNotExistsException.Builder writableStackTrace(Boolean writableStackTrace)
writableStackTrace in interface SdkException.BuilderwritableStackTrace in interface SdkServiceException.BuilderwritableStackTrace in interface WorkDocsException.BuilderCopyright © 2023. All rights reserved.