Class DeploymentTargetImportArgs.Builder

  • Enclosing class:
    DeploymentTargetImportArgs

    public static final class DeploymentTargetImportArgs.Builder
    extends java.lang.Object
    • Method Detail

      • content

        public DeploymentTargetImportArgs.Builder content​(@Nullable
                                                          com.pulumi.core.Output<java.lang.String> content)
        Parameters:
        content - The full contents of the template that you want to import.
        Returns:
        builder
      • content

        public DeploymentTargetImportArgs.Builder content​(java.lang.String content)
        Parameters:
        content - The full contents of the template that you want to import.
        Returns:
        builder
      • name

        public DeploymentTargetImportArgs.Builder name​(@Nullable
                                                       com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - The name of the template to import, as declared in the YAML configuration. ***
        Returns:
        builder
      • name

        public DeploymentTargetImportArgs.Builder name​(java.lang.String name)
        Parameters:
        name - The name of the template to import, as declared in the YAML configuration. ***
        Returns:
        builder