public static interface EnvironmentState.Builder extends SdkPojo, CopyableBuilder<EnvironmentState.Builder,EnvironmentState>
| Modifier and Type | Method and Description |
|---|---|
EnvironmentState.Builder |
spec(String spec)
The environment spec that was used to create the environment.
|
EnvironmentState.Builder |
templateMajorVersion(String templateMajorVersion)
The major version of the environment template that was used to create the environment.
|
EnvironmentState.Builder |
templateMinorVersion(String templateMinorVersion)
The minor version of the environment template that was used to create the environment.
|
EnvironmentState.Builder |
templateName(String templateName)
The name of the environment template that was used to create the environment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEnvironmentState.Builder spec(String spec)
The environment spec that was used to create the environment.
spec - The environment spec that was used to create the environment.EnvironmentState.Builder templateMajorVersion(String templateMajorVersion)
The major version of the environment template that was used to create the environment.
templateMajorVersion - The major version of the environment template that was used to create the environment.EnvironmentState.Builder templateMinorVersion(String templateMinorVersion)
The minor version of the environment template that was used to create the environment.
templateMinorVersion - The minor version of the environment template that was used to create the environment.EnvironmentState.Builder templateName(String templateName)
The name of the environment template that was used to create the environment.
templateName - The name of the environment template that was used to create the environment.Copyright © 2023. All rights reserved.