public class OutputFile extends Object
| Constructor and Description |
|---|
OutputFile() |
| Modifier and Type | Method and Description |
|---|---|
OutputFileDestination |
destination()
Get the destination value.
|
String |
filePattern()
Get the filePattern value.
|
OutputFileUploadOptions |
uploadOptions()
Get the uploadOptions value.
|
OutputFile |
withDestination(OutputFileDestination destination)
Set the destination value.
|
OutputFile |
withFilePattern(String filePattern)
Set the filePattern value.
|
OutputFile |
withUploadOptions(OutputFileUploadOptions uploadOptions)
Set the uploadOptions value.
|
public String filePattern()
public OutputFile withFilePattern(String filePattern)
filePattern - the filePattern value to setpublic OutputFileDestination destination()
public OutputFile withDestination(OutputFileDestination destination)
destination - the destination value to setpublic OutputFileUploadOptions uploadOptions()
public OutputFile withUploadOptions(OutputFileUploadOptions uploadOptions)
uploadOptions - the uploadOptions value to setCopyright © 2019. All rights reserved.