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.medialive.model

Class UpdateCloudWatchAlarmTemplateResult

    • Constructor Detail

      • UpdateCloudWatchAlarmTemplateResult

        public UpdateCloudWatchAlarmTemplateResult()
    • Method Detail

      • setArn

        public void setArn(String arn)
        A cloudwatch alarm template's ARN (Amazon Resource Name)
        Parameters:
        arn - A cloudwatch alarm template's ARN (Amazon Resource Name)
      • getArn

        public String getArn()
        A cloudwatch alarm template's ARN (Amazon Resource Name)
        Returns:
        A cloudwatch alarm template's ARN (Amazon Resource Name)
      • withArn

        public UpdateCloudWatchAlarmTemplateResult withArn(String arn)
        A cloudwatch alarm template's ARN (Amazon Resource Name)
        Parameters:
        arn - A cloudwatch alarm template's ARN (Amazon Resource Name)
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedAt

        public void setCreatedAt(Date createdAt)
        Parameters:
        createdAt -
      • getCreatedAt

        public Date getCreatedAt()
        Returns:
      • withCreatedAt

        public UpdateCloudWatchAlarmTemplateResult withCreatedAt(Date createdAt)
        Parameters:
        createdAt -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDatapointsToAlarm

        public void setDatapointsToAlarm(Integer datapointsToAlarm)
        The number of datapoints within the evaluation period that must be breaching to trigger the alarm.
        Parameters:
        datapointsToAlarm - The number of datapoints within the evaluation period that must be breaching to trigger the alarm.
      • getDatapointsToAlarm

        public Integer getDatapointsToAlarm()
        The number of datapoints within the evaluation period that must be breaching to trigger the alarm.
        Returns:
        The number of datapoints within the evaluation period that must be breaching to trigger the alarm.
      • withDatapointsToAlarm

        public UpdateCloudWatchAlarmTemplateResult withDatapointsToAlarm(Integer datapointsToAlarm)
        The number of datapoints within the evaluation period that must be breaching to trigger the alarm.
        Parameters:
        datapointsToAlarm - The number of datapoints within the evaluation period that must be breaching to trigger the alarm.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)
        A resource's optional description.
        Parameters:
        description - A resource's optional description.
      • getDescription

        public String getDescription()
        A resource's optional description.
        Returns:
        A resource's optional description.
      • withDescription

        public UpdateCloudWatchAlarmTemplateResult withDescription(String description)
        A resource's optional description.
        Parameters:
        description - A resource's optional description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEvaluationPeriods

        public void setEvaluationPeriods(Integer evaluationPeriods)
        The number of periods over which data is compared to the specified threshold.
        Parameters:
        evaluationPeriods - The number of periods over which data is compared to the specified threshold.
      • getEvaluationPeriods

        public Integer getEvaluationPeriods()
        The number of periods over which data is compared to the specified threshold.
        Returns:
        The number of periods over which data is compared to the specified threshold.
      • withEvaluationPeriods

        public UpdateCloudWatchAlarmTemplateResult withEvaluationPeriods(Integer evaluationPeriods)
        The number of periods over which data is compared to the specified threshold.
        Parameters:
        evaluationPeriods - The number of periods over which data is compared to the specified threshold.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setGroupId

        public void setGroupId(String groupId)
        A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
        Parameters:
        groupId - A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
      • getGroupId

        public String getGroupId()
        A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
        Returns:
        A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
      • withGroupId

        public UpdateCloudWatchAlarmTemplateResult withGroupId(String groupId)
        A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
        Parameters:
        groupId - A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setId

        public void setId(String id)
        A cloudwatch alarm template's id. AWS provided templates have ids that start with `aws-`
        Parameters:
        id - A cloudwatch alarm template's id. AWS provided templates have ids that start with `aws-`
      • getId

        public String getId()
        A cloudwatch alarm template's id. AWS provided templates have ids that start with `aws-`
        Returns:
        A cloudwatch alarm template's id. AWS provided templates have ids that start with `aws-`
      • withId

        public UpdateCloudWatchAlarmTemplateResult withId(String id)
        A cloudwatch alarm template's id. AWS provided templates have ids that start with `aws-`
        Parameters:
        id - A cloudwatch alarm template's id. AWS provided templates have ids that start with `aws-`
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMetricName

        public void setMetricName(String metricName)
        The name of the metric associated with the alarm. Must be compatible with targetResourceType.
        Parameters:
        metricName - The name of the metric associated with the alarm. Must be compatible with targetResourceType.
      • getMetricName

        public String getMetricName()
        The name of the metric associated with the alarm. Must be compatible with targetResourceType.
        Returns:
        The name of the metric associated with the alarm. Must be compatible with targetResourceType.
      • withMetricName

        public UpdateCloudWatchAlarmTemplateResult withMetricName(String metricName)
        The name of the metric associated with the alarm. Must be compatible with targetResourceType.
        Parameters:
        metricName - The name of the metric associated with the alarm. Must be compatible with targetResourceType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModifiedAt

        public void setModifiedAt(Date modifiedAt)
        Parameters:
        modifiedAt -
      • getModifiedAt

        public Date getModifiedAt()
        Returns:
      • withModifiedAt

        public UpdateCloudWatchAlarmTemplateResult withModifiedAt(Date modifiedAt)
        Parameters:
        modifiedAt -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)
        A resource's name. Names must be unique within the scope of a resource type in a specific region.
        Parameters:
        name - A resource's name. Names must be unique within the scope of a resource type in a specific region.
      • getName

        public String getName()
        A resource's name. Names must be unique within the scope of a resource type in a specific region.
        Returns:
        A resource's name. Names must be unique within the scope of a resource type in a specific region.
      • withName

        public UpdateCloudWatchAlarmTemplateResult withName(String name)
        A resource's name. Names must be unique within the scope of a resource type in a specific region.
        Parameters:
        name - A resource's name. Names must be unique within the scope of a resource type in a specific region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPeriod

        public void setPeriod(Integer period)
        The period, in seconds, over which the specified statistic is applied.
        Parameters:
        period - The period, in seconds, over which the specified statistic is applied.
      • getPeriod

        public Integer getPeriod()
        The period, in seconds, over which the specified statistic is applied.
        Returns:
        The period, in seconds, over which the specified statistic is applied.
      • withPeriod

        public UpdateCloudWatchAlarmTemplateResult withPeriod(Integer period)
        The period, in seconds, over which the specified statistic is applied.
        Parameters:
        period - The period, in seconds, over which the specified statistic is applied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public UpdateCloudWatchAlarmTemplateResult clearTagsEntries()
        Removes all the entries added into Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setThreshold

        public void setThreshold(Double threshold)
        The threshold value to compare with the specified statistic.
        Parameters:
        threshold - The threshold value to compare with the specified statistic.
      • getThreshold

        public Double getThreshold()
        The threshold value to compare with the specified statistic.
        Returns:
        The threshold value to compare with the specified statistic.
      • withThreshold

        public UpdateCloudWatchAlarmTemplateResult withThreshold(Double threshold)
        The threshold value to compare with the specified statistic.
        Parameters:
        threshold - The threshold value to compare with the specified statistic.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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 によって変換されたページ (->オリジナル) /