public static class JsonFormatAttribute.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
JsonFormatAttribute |
build() |
JsonFormatAttribute.Builder |
copy(JsonFormatAttribute model) |
JsonFormatAttribute.Builder |
encoding(String encoding)
The encoding for the file.
|
JsonFormatAttribute.Builder |
isFilePattern(Boolean isFilePattern) |
JsonFormatAttribute.Builder |
sampleEntityData(String sampleEntityData)
Sample JSON with all fields of JSON schema specified in it for the JSON data files used
in Data Flow, Data Loader or Data Preview and should be specified in Base64 encoded
format.
|
public JsonFormatAttribute.Builder isFilePattern(Boolean isFilePattern)
public JsonFormatAttribute.Builder encoding(String encoding)
The encoding for the file.
encoding
- the value to setpublic JsonFormatAttribute.Builder sampleEntityData(String sampleEntityData)
Sample JSON with all fields of JSON schema specified in it for the JSON data files used in Data Flow, Data Loader or Data Preview and should be specified in Base64 encoded format. Maximum size is 2 MB.
sampleEntityData
- the value to setpublic JsonFormatAttribute build()
public JsonFormatAttribute.Builder copy(JsonFormatAttribute model)
Copyright © 2016–2024. All rights reserved.