public static class UploadWithPreflightCheckRequestBody.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected UploadWithPreflightCheckRequestBodyAttributesField |
attributes |
protected InputStream |
file |
protected String |
fileContentType |
protected String |
fileFileName |
| Constructor and Description |
|---|
Builder(UploadWithPreflightCheckRequestBodyAttributesField attributes,
InputStream file) |
| Modifier and Type | Method and Description |
|---|---|
UploadWithPreflightCheckRequestBody |
build() |
UploadWithPreflightCheckRequestBody.Builder |
fileContentType(String fileContentType) |
UploadWithPreflightCheckRequestBody.Builder |
fileFileName(String fileFileName) |
protected final UploadWithPreflightCheckRequestBodyAttributesField attributes
protected final InputStream file
protected String fileFileName
protected String fileContentType
public Builder(UploadWithPreflightCheckRequestBodyAttributesField attributes, InputStream file)
public UploadWithPreflightCheckRequestBody.Builder fileFileName(String fileFileName)
public UploadWithPreflightCheckRequestBody.Builder fileContentType(String fileContentType)
public UploadWithPreflightCheckRequestBody build()