Interface GetMonitorResponse.Builder

    • Method Detail

      • monitorName

        GetMonitorResponse.Builder monitorName​(String monitorName)

        The name of the monitor.

        Parameters:
        monitorName - The name of the monitor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • monitorArn

        GetMonitorResponse.Builder monitorArn​(String monitorArn)

        The Amazon Resource Name (ARN) of the monitor.

        Parameters:
        monitorArn - The Amazon Resource Name (ARN) of the monitor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resources

        GetMonitorResponse.Builder resources​(Collection<String> resources)

        The resources monitored by the monitor. Resources are listed by their Amazon Resource Names (ARNs).

        Parameters:
        resources - The resources monitored by the monitor. Resources are listed by their Amazon Resource Names (ARNs).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resources

        GetMonitorResponse.Builder resources​(String... resources)

        The resources monitored by the monitor. Resources are listed by their Amazon Resource Names (ARNs).

        Parameters:
        resources - The resources monitored by the monitor. Resources are listed by their Amazon Resource Names (ARNs).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        GetMonitorResponse.Builder createdAt​(Instant createdAt)

        The time when the monitor was created.

        Parameters:
        createdAt - The time when the monitor was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modifiedAt

        GetMonitorResponse.Builder modifiedAt​(Instant modifiedAt)

        The last time that the monitor was modified.

        Parameters:
        modifiedAt - The last time that the monitor was modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • processingStatusInfo

        GetMonitorResponse.Builder processingStatusInfo​(String processingStatusInfo)

        Additional information about the health of the data processing for the monitor.

        Parameters:
        processingStatusInfo - Additional information about the health of the data processing for the monitor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        GetMonitorResponse.Builder tags​(Map<String,​String> tags)

        The tags that have been added to monitor.

        Parameters:
        tags - The tags that have been added to monitor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxCityNetworksToMonitor

        GetMonitorResponse.Builder maxCityNetworksToMonitor​(Integer maxCityNetworksToMonitor)

        The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the ASN or network provider, such as an internet service provider (ISP), that clients access the resources through. This limit can help control billing costs.

        To learn more, see Choosing a city-network maximum value in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.

        Parameters:
        maxCityNetworksToMonitor - The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the ASN or network provider, such as an internet service provider (ISP), that clients access the resources through. This limit can help control billing costs.

        To learn more, see Choosing a city-network maximum value in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • internetMeasurementsLogDelivery

        GetMonitorResponse.Builder internetMeasurementsLogDelivery​(InternetMeasurementsLogDelivery internetMeasurementsLogDelivery)

        Publish internet measurements for Internet Monitor to another location, such as an Amazon S3 bucket. The measurements are also published to Amazon CloudWatch Logs.

        Parameters:
        internetMeasurementsLogDelivery - Publish internet measurements for Internet Monitor to another location, such as an Amazon S3 bucket. The measurements are also published to Amazon CloudWatch Logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • trafficPercentageToMonitor

        GetMonitorResponse.Builder trafficPercentageToMonitor​(Integer trafficPercentageToMonitor)

        The percentage of the internet-facing traffic for your application to monitor with this monitor. If you set a city-networks maximum, that limit overrides the traffic percentage that you set.

        To learn more, see Choosing an application traffic percentage to monitor in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.

        Parameters:
        trafficPercentageToMonitor - The percentage of the internet-facing traffic for your application to monitor with this monitor. If you set a city-networks maximum, that limit overrides the traffic percentage that you set.

        To learn more, see Choosing an application traffic percentage to monitor in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • healthEventsConfig

        GetMonitorResponse.Builder healthEventsConfig​(HealthEventsConfig healthEventsConfig)

        The list of health event threshold configurations. The threshold percentage for a health score determines, along with other configuration information, when Internet Monitor creates a health event when there's an internet issue that affects your application end users.

        For more information, see Change health event thresholds in the Internet Monitor section of the CloudWatch User Guide.

        Parameters:
        healthEventsConfig - The list of health event threshold configurations. The threshold percentage for a health score determines, along with other configuration information, when Internet Monitor creates a health event when there's an internet issue that affects your application end users.

        For more information, see Change health event thresholds in the Internet Monitor section of the CloudWatch User Guide.

        Returns:
        Returns a reference to this object so that method calls can be chained together.