Interface ConflictException.Builder
-
- All Superinterfaces:
AwsServiceException.Builder,Buildable,CopyableBuilder<ConflictException.Builder,ConflictException>,SdkBuilder<ConflictException.Builder,ConflictException>,SdkException.Builder,SdkPojo,SdkServiceException.Builder,VoiceIdException.Builder
- Enclosing class:
- ConflictException
public static interface ConflictException.Builder extends SdkPojo, CopyableBuilder<ConflictException.Builder,ConflictException>, VoiceIdException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConflictException.BuilderawsErrorDetails(AwsErrorDetails awsErrorDetails)ConflictException.Buildercause(Throwable cause)ConflictException.BuilderconflictType(String conflictType)The type of conflict which caused a ConflictException.ConflictException.BuilderconflictType(ConflictType conflictType)The type of conflict which caused a ConflictException.ConflictException.Buildermessage(String message)ConflictException.BuilderrequestId(String requestId)ConflictException.BuilderstatusCode(int statusCode)ConflictException.BuilderwritableStackTrace(Boolean writableStackTrace)-
Methods inherited from interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
awsErrorDetails, build, clockSkew, clockSkew, extendedRequestId
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.exception.SdkException.Builder
cause, message, writableStackTrace
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
extendedRequestId, requestId, statusCode
-
-
-
-
Method Detail
-
conflictType
ConflictException.Builder conflictType(String conflictType)
The type of conflict which caused a ConflictException. Possible types and the corresponding error messages are as follows:
-
DOMAIN_NOT_ACTIVE: The domain is not active. -
CANNOT_CHANGE_SPEAKER_AFTER_ENROLLMENT: You cannot change the speaker ID after an enrollment has been requested. -
ENROLLMENT_ALREADY_EXISTS: There is already an enrollment for this session. -
SPEAKER_NOT_SET: You must set the speaker ID before requesting an enrollment. -
SPEAKER_OPTED_OUT: You cannot request an enrollment for an opted out speaker. -
CONCURRENT_CHANGES: The request could not be processed as the resource was modified by another request during execution.
- Parameters:
conflictType- The type of conflict which caused a ConflictException. Possible types and the corresponding error messages are as follows:-
DOMAIN_NOT_ACTIVE: The domain is not active. -
CANNOT_CHANGE_SPEAKER_AFTER_ENROLLMENT: You cannot change the speaker ID after an enrollment has been requested. -
ENROLLMENT_ALREADY_EXISTS: There is already an enrollment for this session. -
SPEAKER_NOT_SET: You must set the speaker ID before requesting an enrollment. -
SPEAKER_OPTED_OUT: You cannot request an enrollment for an opted out speaker. -
CONCURRENT_CHANGES: The request could not be processed as the resource was modified by another request during execution.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConflictType,ConflictType
-
-
conflictType
ConflictException.Builder conflictType(ConflictType conflictType)
The type of conflict which caused a ConflictException. Possible types and the corresponding error messages are as follows:
-
DOMAIN_NOT_ACTIVE: The domain is not active. -
CANNOT_CHANGE_SPEAKER_AFTER_ENROLLMENT: You cannot change the speaker ID after an enrollment has been requested. -
ENROLLMENT_ALREADY_EXISTS: There is already an enrollment for this session. -
SPEAKER_NOT_SET: You must set the speaker ID before requesting an enrollment. -
SPEAKER_OPTED_OUT: You cannot request an enrollment for an opted out speaker. -
CONCURRENT_CHANGES: The request could not be processed as the resource was modified by another request during execution.
- Parameters:
conflictType- The type of conflict which caused a ConflictException. Possible types and the corresponding error messages are as follows:-
DOMAIN_NOT_ACTIVE: The domain is not active. -
CANNOT_CHANGE_SPEAKER_AFTER_ENROLLMENT: You cannot change the speaker ID after an enrollment has been requested. -
ENROLLMENT_ALREADY_EXISTS: There is already an enrollment for this session. -
SPEAKER_NOT_SET: You must set the speaker ID before requesting an enrollment. -
SPEAKER_OPTED_OUT: You cannot request an enrollment for an opted out speaker. -
CONCURRENT_CHANGES: The request could not be processed as the resource was modified by another request during execution.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConflictType,ConflictType
-
-
awsErrorDetails
ConflictException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder- Specified by:
awsErrorDetailsin interfaceVoiceIdException.Builder
-
message
ConflictException.Builder message(String message)
- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder- Specified by:
messagein interfaceVoiceIdException.Builder
-
requestId
ConflictException.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder- Specified by:
requestIdin interfaceVoiceIdException.Builder
-
statusCode
ConflictException.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder- Specified by:
statusCodein interfaceVoiceIdException.Builder
-
cause
ConflictException.Builder cause(Throwable cause)
- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder- Specified by:
causein interfaceVoiceIdException.Builder
-
writableStackTrace
ConflictException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder- Specified by:
writableStackTracein interfaceVoiceIdException.Builder
-
-