public static class TestConfigurationInEnvironmentOptions.Builder
extends java.lang.Object
| Constructor and Description | 
|---|
| TestConfigurationInEnvironmentOptions.Builder()Instantiates a new builder. | 
| TestConfigurationInEnvironmentOptions.Builder(java.lang.String environmentId)Instantiates a new builder with required properties. | 
| Modifier and Type | Method and Description | 
|---|---|
| TestConfigurationInEnvironmentOptions | build()Builds a TestConfigurationInEnvironmentOptions. | 
| TestConfigurationInEnvironmentOptions.Builder | configuration(java.lang.String configuration)Set the configuration. | 
| TestConfigurationInEnvironmentOptions.Builder | configurationId(java.lang.String configurationId)Set the configurationId. | 
| TestConfigurationInEnvironmentOptions.Builder | environmentId(java.lang.String environmentId)Set the environmentId. | 
| TestConfigurationInEnvironmentOptions.Builder | file(java.io.File file)Set the file. | 
| TestConfigurationInEnvironmentOptions.Builder | file(java.io.InputStream file)Set the file. | 
| TestConfigurationInEnvironmentOptions.Builder | fileContentType(java.lang.String fileContentType)Set the fileContentType. | 
| TestConfigurationInEnvironmentOptions.Builder | filename(java.lang.String filename)Set the filename. | 
| TestConfigurationInEnvironmentOptions.Builder | metadata(java.lang.String metadata)Set the metadata. | 
| TestConfigurationInEnvironmentOptions.Builder | step(java.lang.String step)Set the step. | 
public TestConfigurationInEnvironmentOptions.Builder()
public TestConfigurationInEnvironmentOptions.Builder(java.lang.String environmentId)
environmentId - the environmentIdpublic TestConfigurationInEnvironmentOptions build()
public TestConfigurationInEnvironmentOptions.Builder environmentId(java.lang.String environmentId)
environmentId - the environmentIdpublic TestConfigurationInEnvironmentOptions.Builder configuration(java.lang.String configuration)
configuration - the configurationpublic TestConfigurationInEnvironmentOptions.Builder step(java.lang.String step)
step - the steppublic TestConfigurationInEnvironmentOptions.Builder configurationId(java.lang.String configurationId)
configurationId - the configurationIdpublic TestConfigurationInEnvironmentOptions.Builder file(java.io.InputStream file)
file - the filepublic TestConfigurationInEnvironmentOptions.Builder filename(java.lang.String filename)
filename - the filenamepublic TestConfigurationInEnvironmentOptions.Builder metadata(java.lang.String metadata)
metadata - the metadatapublic TestConfigurationInEnvironmentOptions.Builder fileContentType(java.lang.String fileContentType)
fileContentType - the fileContentTypepublic TestConfigurationInEnvironmentOptions.Builder file(java.io.File file) throws java.io.FileNotFoundException
file - the filejava.io.FileNotFoundException - if the file could not be found