Class ApplicationState.Builder

  • Enclosing class:
    ApplicationState

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

      • Builder

        public Builder()
    • Method Detail

      • arn

        public ApplicationState.Builder arn​(@Nullable
                                            com.pulumi.core.Output<java.lang.String> arn)
        Parameters:
        arn - ARN of the Application.
        Returns:
        builder
      • arn

        public ApplicationState.Builder arn​(java.lang.String arn)
        Parameters:
        arn - ARN of the Application.
        Returns:
        builder
      • autoConfigEnabled

        public ApplicationState.Builder autoConfigEnabled​(@Nullable
                                                          com.pulumi.core.Output<java.lang.Boolean> autoConfigEnabled)
        Parameters:
        autoConfigEnabled - Indicates whether Application Insights automatically configures unmonitored resources in the resource group.
        Returns:
        builder
      • autoConfigEnabled

        public ApplicationState.Builder autoConfigEnabled​(java.lang.Boolean autoConfigEnabled)
        Parameters:
        autoConfigEnabled - Indicates whether Application Insights automatically configures unmonitored resources in the resource group.
        Returns:
        builder
      • autoCreate

        public ApplicationState.Builder autoCreate​(@Nullable
                                                   com.pulumi.core.Output<java.lang.Boolean> autoCreate)
        Parameters:
        autoCreate - Configures all of the resources in the resource group by applying the recommended configurations.
        Returns:
        builder
      • autoCreate

        public ApplicationState.Builder autoCreate​(java.lang.Boolean autoCreate)
        Parameters:
        autoCreate - Configures all of the resources in the resource group by applying the recommended configurations.
        Returns:
        builder
      • cweMonitorEnabled

        public ApplicationState.Builder cweMonitorEnabled​(@Nullable
                                                          com.pulumi.core.Output<java.lang.Boolean> cweMonitorEnabled)
        Parameters:
        cweMonitorEnabled - Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.
        Returns:
        builder
      • cweMonitorEnabled

        public ApplicationState.Builder cweMonitorEnabled​(java.lang.Boolean cweMonitorEnabled)
        Parameters:
        cweMonitorEnabled - Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.
        Returns:
        builder
      • groupingType

        public ApplicationState.Builder groupingType​(@Nullable
                                                     com.pulumi.core.Output<java.lang.String> groupingType)
        Parameters:
        groupingType - Application Insights can create applications based on a resource group or on an account. To create an account-based application using all of the resources in the account, set this parameter to `ACCOUNT_BASED`.
        Returns:
        builder
      • groupingType

        public ApplicationState.Builder groupingType​(java.lang.String groupingType)
        Parameters:
        groupingType - Application Insights can create applications based on a resource group or on an account. To create an account-based application using all of the resources in the account, set this parameter to `ACCOUNT_BASED`.
        Returns:
        builder
      • opsCenterEnabled

        public ApplicationState.Builder opsCenterEnabled​(@Nullable
                                                         com.pulumi.core.Output<java.lang.Boolean> opsCenterEnabled)
        Parameters:
        opsCenterEnabled - When set to `true`, creates opsItems for any problems detected on an application.
        Returns:
        builder
      • opsCenterEnabled

        public ApplicationState.Builder opsCenterEnabled​(java.lang.Boolean opsCenterEnabled)
        Parameters:
        opsCenterEnabled - When set to `true`, creates opsItems for any problems detected on an application.
        Returns:
        builder
      • opsItemSnsTopicArn

        public ApplicationState.Builder opsItemSnsTopicArn​(@Nullable
                                                           com.pulumi.core.Output<java.lang.String> opsItemSnsTopicArn)
        Parameters:
        opsItemSnsTopicArn - SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.
        Returns:
        builder
      • opsItemSnsTopicArn

        public ApplicationState.Builder opsItemSnsTopicArn​(java.lang.String opsItemSnsTopicArn)
        Parameters:
        opsItemSnsTopicArn - SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.
        Returns:
        builder
      • resourceGroupName

        public ApplicationState.Builder resourceGroupName​(@Nullable
                                                          com.pulumi.core.Output<java.lang.String> resourceGroupName)
        Parameters:
        resourceGroupName - Name of the resource group. The following arguments are optional:
        Returns:
        builder
      • resourceGroupName

        public ApplicationState.Builder resourceGroupName​(java.lang.String resourceGroupName)
        Parameters:
        resourceGroupName - Name of the resource group. The following arguments are optional:
        Returns:
        builder
      • tags

        public ApplicationState.Builder tags​(@Nullable
                                             com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - 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.
        Returns:
        builder
      • tags

        public ApplicationState.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - 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.
        Returns:
        builder
      • tagsAll

        @Deprecated
        public ApplicationState.Builder tagsAll​(@Nullable
                                                com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder
      • tagsAll

        @Deprecated
        public ApplicationState.Builder tagsAll​(java.util.Map<java.lang.String,​java.lang.String> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder