public static interface ClientException.Builder extends CopyableBuilder<ClientException.Builder,ClientException>
| Modifier and Type | Method and Description |
|---|---|
ClientException.Builder |
message(String message) |
ClientException.Builder |
requestId(String requestId)
Sets the value of the RequestId property for this object.
|
copyapply, buildClientException.Builder requestId(String requestId)
requestId - The new value for the RequestId property for this object.ClientException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.