public static interface InvalidRequestException.Builder extends CopyableBuilder<InvalidRequestException.Builder,InvalidRequestException>
Modifier and Type | Method and Description |
---|---|
InvalidRequestException.Builder |
emrErrorCode(String emrErrorCode)
The error code associated with the exception.
|
InvalidRequestException.Builder |
message(String message) |
copy
apply, build
InvalidRequestException.Builder emrErrorCode(String emrErrorCode)
The error code associated with the exception.
emrErrorCode
- The error code associated with the exception.InvalidRequestException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.