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