public static class TestConfigurationInEnvironmentOptions.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(java.lang.String environmentId)
Instantiates a new builder with required properties.
|
public Builder()
public 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 file(java.io.InputStream file)
file - the filepublic TestConfigurationInEnvironmentOptions.Builder filename(java.lang.String filename)
filename - the filenamepublic TestConfigurationInEnvironmentOptions.Builder fileContentType(java.lang.String fileContentType)
fileContentType - the fileContentTypepublic TestConfigurationInEnvironmentOptions.Builder metadata(java.lang.String metadata)
metadata - the metadatapublic 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.File file) throws java.io.FileNotFoundException
file - the filejava.io.FileNotFoundException - if the file could not be found