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