Class DevEnvironmentState.Builder

  • Enclosing class:
    DevEnvironmentState

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

      • ides

        public DevEnvironmentState.Builder ides​(@Nullable
                                                com.pulumi.core.Output<DevEnvironmentIdesArgs> ides)
        Parameters:
        ides - Information about the integrated development environment (IDE) configured for a Dev Environment.
        Returns:
        builder
      • inactivityTimeoutMinutes

        public DevEnvironmentState.Builder inactivityTimeoutMinutes​(@Nullable
                                                                    com.pulumi.core.Output<java.lang.Integer> inactivityTimeoutMinutes)
        Parameters:
        inactivityTimeoutMinutes - The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. Only whole integers are allowed. Dev Environments consume compute minutes when running.
        Returns:
        builder
      • inactivityTimeoutMinutes

        public DevEnvironmentState.Builder inactivityTimeoutMinutes​(java.lang.Integer inactivityTimeoutMinutes)
        Parameters:
        inactivityTimeoutMinutes - The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. Only whole integers are allowed. Dev Environments consume compute minutes when running.
        Returns:
        builder
      • instanceType

        public DevEnvironmentState.Builder instanceType​(@Nullable
                                                        com.pulumi.core.Output<java.lang.String> instanceType)
        Parameters:
        instanceType - The Amazon EC2 instace type to use for the Dev Environment. Valid values include dev.standard1.small,dev.standard1.medium,dev.standard1.large,dev.standard1.xlarge The following arguments are optional:
        Returns:
        builder
      • instanceType

        public DevEnvironmentState.Builder instanceType​(java.lang.String instanceType)
        Parameters:
        instanceType - The Amazon EC2 instace type to use for the Dev Environment. Valid values include dev.standard1.small,dev.standard1.medium,dev.standard1.large,dev.standard1.xlarge The following arguments are optional:
        Returns:
        builder
      • projectName

        public DevEnvironmentState.Builder projectName​(@Nullable
                                                       com.pulumi.core.Output<java.lang.String> projectName)
        Parameters:
        projectName - The name of the project in the space.
        Returns:
        builder
      • projectName

        public DevEnvironmentState.Builder projectName​(java.lang.String projectName)
        Parameters:
        projectName - The name of the project in the space.
        Returns:
        builder
      • repositories

        public DevEnvironmentState.Builder repositories​(@Nullable
                                                        com.pulumi.core.Output<java.util.List<DevEnvironmentRepositoryArgs>> repositories)
        Parameters:
        repositories - The source repository that contains the branch to clone into the Dev Environment.
        Returns:
        builder
      • spaceName

        public DevEnvironmentState.Builder spaceName​(@Nullable
                                                     com.pulumi.core.Output<java.lang.String> spaceName)
        Parameters:
        spaceName - The name of the space.
        Returns:
        builder
      • spaceName

        public DevEnvironmentState.Builder spaceName​(java.lang.String spaceName)
        Parameters:
        spaceName - The name of the space.
        Returns:
        builder