public static interface JSONInput.Builder extends SdkPojo, CopyableBuilder<JSONInput.Builder,JSONInput>
| Modifier and Type | Method and Description | 
|---|---|
JSONInput.Builder | 
type(JSONType type)
 The type of JSON. 
 | 
JSONInput.Builder | 
type(String type)
 The type of JSON. 
 | 
copyapplyMutation, buildJSONInput.Builder type(String type)
The type of JSON. Valid values: Document, Lines.
JSONInput.Builder type(JSONType type)
The type of JSON. Valid values: Document, Lines.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.