CopyableBuilder<RecordError.Builder,RecordError>
, SdkBuilder<RecordError.Builder,RecordError>
public static interface RecordError.Builder extends CopyableBuilder<RecordError.Builder,RecordError>
Modifier and Type | Method | Description |
---|---|---|
RecordError.Builder |
code(String code) |
The numeric value of the error.
|
RecordError.Builder |
description(String description) |
The text description of the error.
|
copy
apply, build
RecordError.Builder code(String code)
The numeric value of the error.
code
- The numeric value of the error.RecordError.Builder description(String description)
The text description of the error.
description
- The text description of the error.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.