JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.applicationinsights.model

Class CreateApplicationRequest

    • Constructor Detail

      • CreateApplicationRequest

        public CreateApplicationRequest()
    • Method Detail

      • setResourceGroupName

        public void setResourceGroupName(String resourceGroupName)

        The name of the resource group.

        Parameters:
        resourceGroupName - The name of the resource group.
      • getResourceGroupName

        public String getResourceGroupName()

        The name of the resource group.

        Returns:
        The name of the resource group.
      • withResourceGroupName

        public CreateApplicationRequest withResourceGroupName(String resourceGroupName)

        The name of the resource group.

        Parameters:
        resourceGroupName - The name of the resource group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOpsCenterEnabled

        public void setOpsCenterEnabled(Boolean opsCenterEnabled)

        When set to true, creates opsItems for any problems detected on an application.

        Parameters:
        opsCenterEnabled - When set to true, creates opsItems for any problems detected on an application.
      • getOpsCenterEnabled

        public Boolean getOpsCenterEnabled()

        When set to true, creates opsItems for any problems detected on an application.

        Returns:
        When set to true, creates opsItems for any problems detected on an application.
      • withOpsCenterEnabled

        public CreateApplicationRequest withOpsCenterEnabled(Boolean opsCenterEnabled)

        When set to true, creates opsItems for any problems detected on an application.

        Parameters:
        opsCenterEnabled - When set to true, creates opsItems for any problems detected on an application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isOpsCenterEnabled

        public Boolean isOpsCenterEnabled()

        When set to true, creates opsItems for any problems detected on an application.

        Returns:
        When set to true, creates opsItems for any problems detected on an application.
      • setCWEMonitorEnabled

        public void setCWEMonitorEnabled(Boolean cWEMonitorEnabled)

        Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

        Parameters:
        cWEMonitorEnabled - Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.
      • getCWEMonitorEnabled

        public Boolean getCWEMonitorEnabled()

        Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

        Returns:
        Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.
      • withCWEMonitorEnabled

        public CreateApplicationRequest withCWEMonitorEnabled(Boolean cWEMonitorEnabled)

        Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

        Parameters:
        cWEMonitorEnabled - Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isCWEMonitorEnabled

        public Boolean isCWEMonitorEnabled()

        Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

        Returns:
        Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.
      • setOpsItemSNSTopicArn

        public void setOpsItemSNSTopicArn(String opsItemSNSTopicArn)

        The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

        Parameters:
        opsItemSNSTopicArn - The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.
      • getOpsItemSNSTopicArn

        public String getOpsItemSNSTopicArn()

        The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

        Returns:
        The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.
      • withOpsItemSNSTopicArn

        public CreateApplicationRequest withOpsItemSNSTopicArn(String opsItemSNSTopicArn)

        The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

        Parameters:
        opsItemSNSTopicArn - The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public List<Tag> getTags()

        List of tags to add to the application. tag key (Key) and an associated tag value ( Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

        Returns:
        List of tags to add to the application. tag key (Key) and an associated tag value ( Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
      • setTags

        public void setTags(Collection<Tag> tags)

        List of tags to add to the application. tag key (Key) and an associated tag value ( Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

        Parameters:
        tags - List of tags to add to the application. tag key (Key) and an associated tag value ( Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
      • withTags

        public CreateApplicationRequest withTags(Tag... tags)

        List of tags to add to the application. tag key (Key) and an associated tag value ( Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

        NOTE: This method appends the values to the existing list (if any). Use setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the existing values.

        Parameters:
        tags - List of tags to add to the application. tag key (Key) and an associated tag value ( Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withTags

        public CreateApplicationRequest withTags(Collection<Tag> tags)

        List of tags to add to the application. tag key (Key) and an associated tag value ( Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

        Parameters:
        tags - List of tags to add to the application. tag key (Key) and an associated tag value ( Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAutoConfigEnabled

        public void setAutoConfigEnabled(Boolean autoConfigEnabled)

        Indicates whether Application Insights automatically configures unmonitored resources in the resource group.

        Parameters:
        autoConfigEnabled - Indicates whether Application Insights automatically configures unmonitored resources in the resource group.
      • getAutoConfigEnabled

        public Boolean getAutoConfigEnabled()

        Indicates whether Application Insights automatically configures unmonitored resources in the resource group.

        Returns:
        Indicates whether Application Insights automatically configures unmonitored resources in the resource group.
      • withAutoConfigEnabled

        public CreateApplicationRequest withAutoConfigEnabled(Boolean autoConfigEnabled)

        Indicates whether Application Insights automatically configures unmonitored resources in the resource group.

        Parameters:
        autoConfigEnabled - Indicates whether Application Insights automatically configures unmonitored resources in the resource group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isAutoConfigEnabled

        public Boolean isAutoConfigEnabled()

        Indicates whether Application Insights automatically configures unmonitored resources in the resource group.

        Returns:
        Indicates whether Application Insights automatically configures unmonitored resources in the resource group.
      • setAutoCreate

        public void setAutoCreate(Boolean autoCreate)

        Configures all of the resources in the resource group by applying the recommended configurations.

        Parameters:
        autoCreate - Configures all of the resources in the resource group by applying the recommended configurations.
      • getAutoCreate

        public Boolean getAutoCreate()

        Configures all of the resources in the resource group by applying the recommended configurations.

        Returns:
        Configures all of the resources in the resource group by applying the recommended configurations.
      • withAutoCreate

        public CreateApplicationRequest withAutoCreate(Boolean autoCreate)

        Configures all of the resources in the resource group by applying the recommended configurations.

        Parameters:
        autoCreate - Configures all of the resources in the resource group by applying the recommended configurations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isAutoCreate

        public Boolean isAutoCreate()

        Configures all of the resources in the resource group by applying the recommended configurations.

        Returns:
        Configures all of the resources in the resource group by applying the recommended configurations.
      • setGroupingType

        public void setGroupingType(String 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.

        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.
        See Also:
        GroupingType
      • getGroupingType

        public String getGroupingType()

        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:
        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.
        See Also:
        GroupingType
      • withGroupingType

        public CreateApplicationRequest withGroupingType(String 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.

        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:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GroupingType
      • withGroupingType

        public CreateApplicationRequest withGroupingType(GroupingType 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.

        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:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GroupingType
      • setAttachMissingPermission

        public void setAttachMissingPermission(Boolean attachMissingPermission)

        If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.

        Parameters:
        attachMissingPermission - If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.
      • getAttachMissingPermission

        public Boolean getAttachMissingPermission()

        If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.

        Returns:
        If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.
      • withAttachMissingPermission

        public CreateApplicationRequest withAttachMissingPermission(Boolean attachMissingPermission)

        If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.

        Parameters:
        attachMissingPermission - If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isAttachMissingPermission

        public Boolean isAttachMissingPermission()

        If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.

        Returns:
        If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /