Class PhpAppLayerArgs.Builder

  • Enclosing class:
    PhpAppLayerArgs

    public static final class PhpAppLayerArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • autoAssignElasticIps

        public PhpAppLayerArgs.Builder autoAssignElasticIps​(@Nullable
                                                            com.pulumi.core.Output<java.lang.Boolean> autoAssignElasticIps)
        Parameters:
        autoAssignElasticIps - Whether to automatically assign an elastic IP address to the layer's instances.
        Returns:
        builder
      • autoAssignElasticIps

        public PhpAppLayerArgs.Builder autoAssignElasticIps​(java.lang.Boolean autoAssignElasticIps)
        Parameters:
        autoAssignElasticIps - Whether to automatically assign an elastic IP address to the layer's instances.
        Returns:
        builder
      • autoAssignPublicIps

        public PhpAppLayerArgs.Builder autoAssignPublicIps​(@Nullable
                                                           com.pulumi.core.Output<java.lang.Boolean> autoAssignPublicIps)
        Parameters:
        autoAssignPublicIps - For stacks belonging to a VPC, whether to automatically assign a public IP address to each of the layer's instances.
        Returns:
        builder
      • autoAssignPublicIps

        public PhpAppLayerArgs.Builder autoAssignPublicIps​(java.lang.Boolean autoAssignPublicIps)
        Parameters:
        autoAssignPublicIps - For stacks belonging to a VPC, whether to automatically assign a public IP address to each of the layer's instances.
        Returns:
        builder
      • autoHealing

        public PhpAppLayerArgs.Builder autoHealing​(@Nullable
                                                   com.pulumi.core.Output<java.lang.Boolean> autoHealing)
        Parameters:
        autoHealing - Whether to enable auto-healing for the layer.
        Returns:
        builder
      • autoHealing

        public PhpAppLayerArgs.Builder autoHealing​(java.lang.Boolean autoHealing)
        Parameters:
        autoHealing - Whether to enable auto-healing for the layer.
        Returns:
        builder
      • customConfigureRecipes

        public PhpAppLayerArgs.Builder customConfigureRecipes​(@Nullable
                                                              com.pulumi.core.Output<java.util.List<java.lang.String>> customConfigureRecipes)
      • customConfigureRecipes

        public PhpAppLayerArgs.Builder customConfigureRecipes​(java.util.List<java.lang.String> customConfigureRecipes)
      • customConfigureRecipes

        public PhpAppLayerArgs.Builder customConfigureRecipes​(java.lang.String... customConfigureRecipes)
      • customDeployRecipes

        public PhpAppLayerArgs.Builder customDeployRecipes​(@Nullable
                                                           com.pulumi.core.Output<java.util.List<java.lang.String>> customDeployRecipes)
      • customDeployRecipes

        public PhpAppLayerArgs.Builder customDeployRecipes​(java.util.List<java.lang.String> customDeployRecipes)
      • customDeployRecipes

        public PhpAppLayerArgs.Builder customDeployRecipes​(java.lang.String... customDeployRecipes)
      • customInstanceProfileArn

        public PhpAppLayerArgs.Builder customInstanceProfileArn​(@Nullable
                                                                com.pulumi.core.Output<java.lang.String> customInstanceProfileArn)
        Parameters:
        customInstanceProfileArn - The ARN of an IAM profile that will be used for the layer's instances.
        Returns:
        builder
      • customInstanceProfileArn

        public PhpAppLayerArgs.Builder customInstanceProfileArn​(java.lang.String customInstanceProfileArn)
        Parameters:
        customInstanceProfileArn - The ARN of an IAM profile that will be used for the layer's instances.
        Returns:
        builder
      • customJson

        public PhpAppLayerArgs.Builder customJson​(@Nullable
                                                  com.pulumi.core.Output<java.lang.String> customJson)
        Parameters:
        customJson - Custom JSON attributes to apply to the layer.
        Returns:
        builder
      • customJson

        public PhpAppLayerArgs.Builder customJson​(java.lang.String customJson)
        Parameters:
        customJson - Custom JSON attributes to apply to the layer.
        Returns:
        builder
      • customSecurityGroupIds

        public PhpAppLayerArgs.Builder customSecurityGroupIds​(@Nullable
                                                              com.pulumi.core.Output<java.util.List<java.lang.String>> customSecurityGroupIds)
        Parameters:
        customSecurityGroupIds - Ids for a set of security groups to apply to the layer's instances.
        Returns:
        builder
      • customSecurityGroupIds

        public PhpAppLayerArgs.Builder customSecurityGroupIds​(java.util.List<java.lang.String> customSecurityGroupIds)
        Parameters:
        customSecurityGroupIds - Ids for a set of security groups to apply to the layer's instances.
        Returns:
        builder
      • customSecurityGroupIds

        public PhpAppLayerArgs.Builder customSecurityGroupIds​(java.lang.String... customSecurityGroupIds)
        Parameters:
        customSecurityGroupIds - Ids for a set of security groups to apply to the layer's instances.
        Returns:
        builder
      • customSetupRecipes

        public PhpAppLayerArgs.Builder customSetupRecipes​(@Nullable
                                                          com.pulumi.core.Output<java.util.List<java.lang.String>> customSetupRecipes)
      • customSetupRecipes

        public PhpAppLayerArgs.Builder customSetupRecipes​(java.util.List<java.lang.String> customSetupRecipes)
      • customSetupRecipes

        public PhpAppLayerArgs.Builder customSetupRecipes​(java.lang.String... customSetupRecipes)
      • customShutdownRecipes

        public PhpAppLayerArgs.Builder customShutdownRecipes​(@Nullable
                                                             com.pulumi.core.Output<java.util.List<java.lang.String>> customShutdownRecipes)
      • customShutdownRecipes

        public PhpAppLayerArgs.Builder customShutdownRecipes​(java.util.List<java.lang.String> customShutdownRecipes)
      • customShutdownRecipes

        public PhpAppLayerArgs.Builder customShutdownRecipes​(java.lang.String... customShutdownRecipes)
      • customUndeployRecipes

        public PhpAppLayerArgs.Builder customUndeployRecipes​(@Nullable
                                                             com.pulumi.core.Output<java.util.List<java.lang.String>> customUndeployRecipes)
      • customUndeployRecipes

        public PhpAppLayerArgs.Builder customUndeployRecipes​(java.util.List<java.lang.String> customUndeployRecipes)
      • customUndeployRecipes

        public PhpAppLayerArgs.Builder customUndeployRecipes​(java.lang.String... customUndeployRecipes)
      • drainElbOnShutdown

        public PhpAppLayerArgs.Builder drainElbOnShutdown​(@Nullable
                                                          com.pulumi.core.Output<java.lang.Boolean> drainElbOnShutdown)
        Parameters:
        drainElbOnShutdown - Whether to enable Elastic Load Balancing connection draining.
        Returns:
        builder
      • drainElbOnShutdown

        public PhpAppLayerArgs.Builder drainElbOnShutdown​(java.lang.Boolean drainElbOnShutdown)
        Parameters:
        drainElbOnShutdown - Whether to enable Elastic Load Balancing connection draining.
        Returns:
        builder
      • ebsVolumes

        public PhpAppLayerArgs.Builder ebsVolumes​(@Nullable
                                                  com.pulumi.core.Output<java.util.List<PhpAppLayerEbsVolumeArgs>> ebsVolumes)
        Parameters:
        ebsVolumes - `ebs_volume` blocks, as described below, will each create an EBS volume and connect it to the layer's instances.
        Returns:
        builder
      • ebsVolumes

        public PhpAppLayerArgs.Builder ebsVolumes​(java.util.List<PhpAppLayerEbsVolumeArgs> ebsVolumes)
        Parameters:
        ebsVolumes - `ebs_volume` blocks, as described below, will each create an EBS volume and connect it to the layer's instances.
        Returns:
        builder
      • ebsVolumes

        public PhpAppLayerArgs.Builder ebsVolumes​(PhpAppLayerEbsVolumeArgs... ebsVolumes)
        Parameters:
        ebsVolumes - `ebs_volume` blocks, as described below, will each create an EBS volume and connect it to the layer's instances.
        Returns:
        builder
      • elasticLoadBalancer

        public PhpAppLayerArgs.Builder elasticLoadBalancer​(@Nullable
                                                           com.pulumi.core.Output<java.lang.String> elasticLoadBalancer)
        Parameters:
        elasticLoadBalancer - Name of an Elastic Load Balancer to attach to this layer
        Returns:
        builder
      • elasticLoadBalancer

        public PhpAppLayerArgs.Builder elasticLoadBalancer​(java.lang.String elasticLoadBalancer)
        Parameters:
        elasticLoadBalancer - Name of an Elastic Load Balancer to attach to this layer
        Returns:
        builder
      • installUpdatesOnBoot

        public PhpAppLayerArgs.Builder installUpdatesOnBoot​(@Nullable
                                                            com.pulumi.core.Output<java.lang.Boolean> installUpdatesOnBoot)
        Parameters:
        installUpdatesOnBoot - Whether to install OS and package updates on each instance when it boots.
        Returns:
        builder
      • installUpdatesOnBoot

        public PhpAppLayerArgs.Builder installUpdatesOnBoot​(java.lang.Boolean installUpdatesOnBoot)
        Parameters:
        installUpdatesOnBoot - Whether to install OS and package updates on each instance when it boots.
        Returns:
        builder
      • instanceShutdownTimeout

        public PhpAppLayerArgs.Builder instanceShutdownTimeout​(@Nullable
                                                               com.pulumi.core.Output<java.lang.Integer> instanceShutdownTimeout)
        Parameters:
        instanceShutdownTimeout - The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.
        Returns:
        builder
      • instanceShutdownTimeout

        public PhpAppLayerArgs.Builder instanceShutdownTimeout​(java.lang.Integer instanceShutdownTimeout)
        Parameters:
        instanceShutdownTimeout - The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.
        Returns:
        builder
      • name

        public PhpAppLayerArgs.Builder name​(@Nullable
                                            com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - A human-readable name for the layer.
        Returns:
        builder
      • name

        public PhpAppLayerArgs.Builder name​(java.lang.String name)
        Parameters:
        name - A human-readable name for the layer.
        Returns:
        builder
      • stackId

        public PhpAppLayerArgs.Builder stackId​(com.pulumi.core.Output<java.lang.String> stackId)
        Parameters:
        stackId - ID of the stack the layer will belong to.
        Returns:
        builder
      • stackId

        public PhpAppLayerArgs.Builder stackId​(java.lang.String stackId)
        Parameters:
        stackId - ID of the stack the layer will belong to.
        Returns:
        builder
      • systemPackages

        public PhpAppLayerArgs.Builder systemPackages​(@Nullable
                                                      com.pulumi.core.Output<java.util.List<java.lang.String>> systemPackages)
        Parameters:
        systemPackages - Names of a set of system packages to install on the layer's instances.
        Returns:
        builder
      • systemPackages

        public PhpAppLayerArgs.Builder systemPackages​(java.util.List<java.lang.String> systemPackages)
        Parameters:
        systemPackages - Names of a set of system packages to install on the layer's instances.
        Returns:
        builder
      • systemPackages

        public PhpAppLayerArgs.Builder systemPackages​(java.lang.String... systemPackages)
        Parameters:
        systemPackages - Names of a set of system packages to install on the layer's instances.
        Returns:
        builder
      • tags

        public PhpAppLayerArgs.Builder tags​(@Nullable
                                            com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. The following extra optional arguments, all lists of Chef recipe names, allow custom Chef recipes to be applied to layer instances at the five different lifecycle events, if custom cookbooks are enabled on the layer's stack:
        Returns:
        builder
      • tags

        public PhpAppLayerArgs.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. The following extra optional arguments, all lists of Chef recipe names, allow custom Chef recipes to be applied to layer instances at the five different lifecycle events, if custom cookbooks are enabled on the layer's stack:
        Returns:
        builder
      • useEbsOptimizedInstances

        public PhpAppLayerArgs.Builder useEbsOptimizedInstances​(@Nullable
                                                                com.pulumi.core.Output<java.lang.Boolean> useEbsOptimizedInstances)
        Parameters:
        useEbsOptimizedInstances - Whether to use EBS-optimized instances.
        Returns:
        builder
      • useEbsOptimizedInstances

        public PhpAppLayerArgs.Builder useEbsOptimizedInstances​(java.lang.Boolean useEbsOptimizedInstances)
        Parameters:
        useEbsOptimizedInstances - Whether to use EBS-optimized instances.
        Returns:
        builder