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.
|
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.InputStream file)
Set the file.
|
TestConfigurationInEnvironmentOptions.Builder |
fileContentType(java.lang.String fileContentType)
Set the fileContentType.
|
TestConfigurationInEnvironmentOptions.Builder |
metadata(java.lang.String metadata)
Set the metadata.
|
TestConfigurationInEnvironmentOptions.Builder |
step(java.lang.String step)
Set the step.
|
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 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 metadata(java.lang.String metadata)
metadata
- the metadatapublic TestConfigurationInEnvironmentOptions.Builder fileContentType(java.lang.String fileContentType)
fileContentType
- the fileContentType