Interface EnvironmentState.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EnvironmentState.Builder,EnvironmentState>, SdkBuilder<EnvironmentState.Builder,EnvironmentState>, SdkPojo
Enclosing class:
EnvironmentState

public static interface EnvironmentState.Builder extends SdkPojo, CopyableBuilder<EnvironmentState.Builder,EnvironmentState>
  • Method Details

    • spec

      The environment spec that was used to create the environment.

      Parameters:
      spec - The environment spec that was used to create the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateMajorVersion

      EnvironmentState.Builder templateMajorVersion(String templateMajorVersion)

      The major version of the environment template that was used to create the environment.

      Parameters:
      templateMajorVersion - The major version of the environment template that was used to create the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateMinorVersion

      EnvironmentState.Builder templateMinorVersion(String templateMinorVersion)

      The minor version of the environment template that was used to create the environment.

      Parameters:
      templateMinorVersion - The minor version of the environment template that was used to create the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateName

      EnvironmentState.Builder templateName(String templateName)

      The name of the environment template that was used to create the environment.

      Parameters:
      templateName - The name of the environment template that was used to create the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.