CopyableBuilder<UnableToDetectSchemaException.Builder,UnableToDetectSchemaException>
, SdkBuilder<UnableToDetectSchemaException.Builder,UnableToDetectSchemaException>
public static interface UnableToDetectSchemaException.Builder extends CopyableBuilder<UnableToDetectSchemaException.Builder,UnableToDetectSchemaException>
Modifier and Type | Method | Description |
---|---|---|
UnableToDetectSchemaException.Builder |
message(String message) |
|
UnableToDetectSchemaException.Builder |
rawInputRecords(String... rawInputRecords) |
NOTE: This method appends the values to the existing list (if any).
|
UnableToDetectSchemaException.Builder |
rawInputRecords(Collection<String> rawInputRecords) |
copy
apply, build
UnableToDetectSchemaException.Builder rawInputRecords(Collection<String> rawInputRecords)
rawInputRecords
- UnableToDetectSchemaException.Builder rawInputRecords(String... rawInputRecords)
NOTE: This method appends the values to the existing list (if any). Use
#setRawInputRecords(java.util.Collection)
or #withRawInputRecords(java.util.Collection)
if
you want to override the existing values.
rawInputRecords
- UnableToDetectSchemaException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.