Interface DeploymentProperties.Builder

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

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

    • endTimeoutMinutes

      DeploymentProperties.Builder endTimeoutMinutes(Integer endTimeoutMinutes)

      The end timeout of the environment blueprint deployment.

      Parameters:
      endTimeoutMinutes - The end timeout of the environment blueprint deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startTimeoutMinutes

      DeploymentProperties.Builder startTimeoutMinutes(Integer startTimeoutMinutes)

      The start timeout of the environment blueprint deployment.

      Parameters:
      startTimeoutMinutes - The start timeout of the environment blueprint deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.