public static interface EntityNotExistsException.Builder extends SdkPojo, CopyableBuilder<EntityNotExistsException.Builder,EntityNotExistsException>, WorkDocsException.Builder
| Modifier and Type | Method and Description |
|---|---|
EntityNotExistsException.Builder |
awsErrorDetails(AwsErrorDetails awsErrorDetails)
Specifies the additional awsErrorDetails from the service response.
|
EntityNotExistsException.Builder |
cause(Throwable cause)
Specifies the exception that caused this exception to occur.
|
EntityNotExistsException.Builder |
entityIds(Collection<String> entityIds)
Sets the value of the EntityIds property for this object.
|
EntityNotExistsException.Builder |
entityIds(String... entityIds)
Sets the value of the EntityIds property for this object.
|
EntityNotExistsException.Builder |
message(String message)
Specifies the details of this exception.
|
EntityNotExistsException.Builder |
requestId(String requestId)
Specifies the requestId returned by the called service.
|
EntityNotExistsException.Builder |
statusCode(int statusCode)
Specifies the status code returned by the service.
|
copyapplyMutation, buildawsErrorDetails, buildrequestId, statusCodecause, messageEntityNotExistsException.Builder entityIds(Collection<String> entityIds)
entityIds - The new value for the EntityIds property for this object.EntityNotExistsException.Builder entityIds(String... entityIds)
entityIds - The new value for the EntityIds property for this object.EntityNotExistsException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
AwsServiceException.BuilderawsErrorDetails in interface AwsServiceException.BuilderawsErrorDetails in interface WorkDocsException.BuilderawsErrorDetails - Object containing additional details from the response.EntityNotExistsException.Builder message(String message)
SdkException.Buildermessage in interface AwsServiceException.Buildermessage in interface SdkException.Buildermessage in interface SdkServiceException.Buildermessage in interface WorkDocsException.Buildermessage - The details of this exception.EntityNotExistsException.Builder requestId(String requestId)
SdkServiceException.BuilderrequestId in interface AwsServiceException.BuilderrequestId in interface SdkServiceException.BuilderrequestId in interface WorkDocsException.BuilderrequestId - A string that identifies the request made to a service.EntityNotExistsException.Builder statusCode(int statusCode)
SdkServiceException.BuilderstatusCode in interface AwsServiceException.BuilderstatusCode in interface SdkServiceException.BuilderstatusCode in interface WorkDocsException.BuilderstatusCode - an int containing the status code returned by the service.EntityNotExistsException.Builder cause(Throwable cause)
SdkException.Buildercause in interface AwsServiceException.Buildercause in interface SdkException.Buildercause in interface SdkServiceException.Buildercause in interface WorkDocsException.Buildercause - The exception that caused this exception to occur.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.