public static interface UpdateMonitorRequest.Builder extends InternetMonitorRequest.Builder, SdkPojo, CopyableBuilder<UpdateMonitorRequest.Builder,UpdateMonitorRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateMonitorRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive string of up to 64 ASCII characters that you specify to make an idempotent API
request.
|
default UpdateMonitorRequest.Builder |
healthEventsConfig(Consumer<HealthEventsConfig.Builder> healthEventsConfig)
The list of health event thresholds.
|
UpdateMonitorRequest.Builder |
healthEventsConfig(HealthEventsConfig healthEventsConfig)
The list of health event thresholds.
|
default UpdateMonitorRequest.Builder |
internetMeasurementsLogDelivery(Consumer<InternetMeasurementsLogDelivery.Builder> internetMeasurementsLogDelivery)
Publish internet measurements for Internet Monitor to another location, such as an Amazon S3 bucket.
|
UpdateMonitorRequest.Builder |
internetMeasurementsLogDelivery(InternetMeasurementsLogDelivery internetMeasurementsLogDelivery)
Publish internet measurements for Internet Monitor to another location, such as an Amazon S3 bucket.
|
UpdateMonitorRequest.Builder |
maxCityNetworksToMonitor(Integer maxCityNetworksToMonitor)
The maximum number of city-networks to monitor for your resources.
|
UpdateMonitorRequest.Builder |
monitorName(String monitorName)
The name of the monitor.
|
UpdateMonitorRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateMonitorRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateMonitorRequest.Builder |
resourcesToAdd(Collection<String> resourcesToAdd)
The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs).
|
UpdateMonitorRequest.Builder |
resourcesToAdd(String... resourcesToAdd)
The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs).
|
UpdateMonitorRequest.Builder |
resourcesToRemove(Collection<String> resourcesToRemove)
The resources to remove from a monitor, which you provide as a set of Amazon Resource Names (ARNs).
|
UpdateMonitorRequest.Builder |
resourcesToRemove(String... resourcesToRemove)
The resources to remove from a monitor, which you provide as a set of Amazon Resource Names (ARNs).
|
UpdateMonitorRequest.Builder |
status(MonitorConfigState status)
The status for a monitor.
|
UpdateMonitorRequest.Builder |
status(String status)
The status for a monitor.
|
UpdateMonitorRequest.Builder |
trafficPercentageToMonitor(Integer trafficPercentageToMonitor)
The percentage of the internet-facing traffic for your application that you want to monitor with this
monitor.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateMonitorRequest.Builder monitorName(String monitorName)
The name of the monitor.
monitorName - The name of the monitor.UpdateMonitorRequest.Builder resourcesToAdd(Collection<String> resourcesToAdd)
The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs).
You can add a combination of Amazon Virtual Private Clouds (VPCs) and Amazon CloudFront distributions, or you can add Amazon WorkSpaces directories. You can't add all three types of resources.
If you add only VPC resources, at least one VPC must have an Internet Gateway attached to it, to make sure that it has internet connectivity.
resourcesToAdd - The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs).
You can add a combination of Amazon Virtual Private Clouds (VPCs) and Amazon CloudFront distributions, or you can add Amazon WorkSpaces directories. You can't add all three types of resources.
If you add only VPC resources, at least one VPC must have an Internet Gateway attached to it, to make sure that it has internet connectivity.
UpdateMonitorRequest.Builder resourcesToAdd(String... resourcesToAdd)
The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs).
You can add a combination of Amazon Virtual Private Clouds (VPCs) and Amazon CloudFront distributions, or you can add Amazon WorkSpaces directories. You can't add all three types of resources.
If you add only VPC resources, at least one VPC must have an Internet Gateway attached to it, to make sure that it has internet connectivity.
resourcesToAdd - The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs).
You can add a combination of Amazon Virtual Private Clouds (VPCs) and Amazon CloudFront distributions, or you can add Amazon WorkSpaces directories. You can't add all three types of resources.
If you add only VPC resources, at least one VPC must have an Internet Gateway attached to it, to make sure that it has internet connectivity.
UpdateMonitorRequest.Builder resourcesToRemove(Collection<String> resourcesToRemove)
The resources to remove from a monitor, which you provide as a set of Amazon Resource Names (ARNs).
resourcesToRemove - The resources to remove from a monitor, which you provide as a set of Amazon Resource Names (ARNs).UpdateMonitorRequest.Builder resourcesToRemove(String... resourcesToRemove)
The resources to remove from a monitor, which you provide as a set of Amazon Resource Names (ARNs).
resourcesToRemove - The resources to remove from a monitor, which you provide as a set of Amazon Resource Names (ARNs).UpdateMonitorRequest.Builder status(String status)
The status for a monitor. The accepted values for Status with the UpdateMonitor API
call are the following: ACTIVE and INACTIVE. The following values are not
accepted: PENDING, and ERROR.
status - The status for a monitor. The accepted values for Status with the
UpdateMonitor API call are the following: ACTIVE and INACTIVE.
The following values are not accepted: PENDING, and ERROR.MonitorConfigState,
MonitorConfigStateUpdateMonitorRequest.Builder status(MonitorConfigState status)
The status for a monitor. The accepted values for Status with the UpdateMonitor API
call are the following: ACTIVE and INACTIVE. The following values are not
accepted: PENDING, and ERROR.
status - The status for a monitor. The accepted values for Status with the
UpdateMonitor API call are the following: ACTIVE and INACTIVE.
The following values are not accepted: PENDING, and ERROR.MonitorConfigState,
MonitorConfigStateUpdateMonitorRequest.Builder clientToken(String clientToken)
A unique, case-sensitive string of up to 64 ASCII characters that you specify to make an idempotent API request. You should not reuse the same client token for other API requests.
clientToken - A unique, case-sensitive string of up to 64 ASCII characters that you specify to make an idempotent
API request. You should not reuse the same client token for other API requests.UpdateMonitorRequest.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 network or ASN, such as an internet service provider, that clients access the resources through.
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 network or ASN, such as an
internet service provider, that clients access the resources through.UpdateMonitorRequest.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.
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.default UpdateMonitorRequest.Builder internetMeasurementsLogDelivery(Consumer<InternetMeasurementsLogDelivery.Builder> 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.
This is a convenience method that creates an instance of theInternetMeasurementsLogDelivery.Builder
avoiding the need to create one manually via InternetMeasurementsLogDelivery.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
internetMeasurementsLogDelivery(InternetMeasurementsLogDelivery).
internetMeasurementsLogDelivery - a consumer that will call methods on InternetMeasurementsLogDelivery.BuilderinternetMeasurementsLogDelivery(InternetMeasurementsLogDelivery)UpdateMonitorRequest.Builder trafficPercentageToMonitor(Integer trafficPercentageToMonitor)
The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.
trafficPercentageToMonitor - The percentage of the internet-facing traffic for your application that you want to monitor with this
monitor.UpdateMonitorRequest.Builder healthEventsConfig(HealthEventsConfig healthEventsConfig)
The list of health event thresholds. A health event threshold percentage, for performance and availability, determines when Internet Monitor creates a health event when there's an internet issue that affects your application end users.
healthEventsConfig - The list of health event thresholds. A health event threshold percentage, for performance and
availability, determines when Internet Monitor creates a health event when there's an internet issue
that affects your application end users.default UpdateMonitorRequest.Builder healthEventsConfig(Consumer<HealthEventsConfig.Builder> healthEventsConfig)
The list of health event thresholds. A health event threshold percentage, for performance and availability, determines when Internet Monitor creates a health event when there's an internet issue that affects your application end users.
This is a convenience method that creates an instance of theHealthEventsConfig.Builder avoiding the
need to create one manually via HealthEventsConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to healthEventsConfig(HealthEventsConfig).
healthEventsConfig - a consumer that will call methods on HealthEventsConfig.BuilderhealthEventsConfig(HealthEventsConfig)UpdateMonitorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateMonitorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.