Class ProjectConfigType.Builder

java.lang.Object
com.pulumi.automation.ProjectConfigType.Builder
Enclosing class:
ProjectConfigType

public static class ProjectConfigType.Builder extends Object
Builder for ProjectConfigType.
  • Method Details

    • type

      public ProjectConfigType.Builder type(String type)
      The type of the configuration.
      Parameters:
      type - the type of the configuration
      Returns:
      the builder
    • description

      public ProjectConfigType.Builder description(String description)
      The description of the configuration.
      Parameters:
      description - the description of the configuration
      Returns:
      the builder
    • items

      The configuration items type.
      Parameters:
      items - the configuration items type
      Returns:
      the builder
    • default_

      public ProjectConfigType.Builder default_(Object default_)
      The default value of the configuration.
      Parameters:
      default_ - the default value of the configuration
      Returns:
      the builder
    • value

      public ProjectConfigType.Builder value(Object value)
      The value of the configuration.
      Parameters:
      value - the value of the configuration
      Returns:
      the builder
    • secret

      public ProjectConfigType.Builder secret(boolean secret)
      Whether the configuration is secret.
      Parameters:
      secret - whether the configuration is secret
      Returns:
      the builder
    • build

      public ProjectConfigType build()
      Builds the ProjectConfigType.
      Returns:
      the project configuration type