public static interface CreateMonitorRequest.Builder extends InternetMonitorRequest.Builder, SdkPojo, CopyableBuilder<CreateMonitorRequest.Builder,CreateMonitorRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateMonitorRequest.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 CreateMonitorRequest.Builder |
internetMeasurementsLogDelivery(Consumer<InternetMeasurementsLogDelivery.Builder> internetMeasurementsLogDelivery)
Publish internet measurements for Internet Monitor to an Amazon S3 bucket in addition to CloudWatch Logs.
|
CreateMonitorRequest.Builder |
internetMeasurementsLogDelivery(InternetMeasurementsLogDelivery internetMeasurementsLogDelivery)
Publish internet measurements for Internet Monitor to an Amazon S3 bucket in addition to CloudWatch Logs.
|
CreateMonitorRequest.Builder |
maxCityNetworksToMonitor(Integer maxCityNetworksToMonitor)
The maximum number of city-networks to monitor for your resources.
|
CreateMonitorRequest.Builder |
monitorName(String monitorName)
The name of the monitor.
|
CreateMonitorRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateMonitorRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateMonitorRequest.Builder |
resources(Collection<String> resources)
The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs).
|
CreateMonitorRequest.Builder |
resources(String... resources)
The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs).
|
CreateMonitorRequest.Builder |
tags(Map<String,String> tags)
The tags for a monitor.
|
CreateMonitorRequest.Builder |
trafficPercentageToMonitor(Integer trafficPercentageToMonitor)
The percentage of the internet-facing traffic for your application that you want to monitor with this
monitor.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMonitorRequest.Builder monitorName(String monitorName)
The name of the monitor.
monitorName - The name of the monitor.CreateMonitorRequest.Builder resources(Collection<String> resources)
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.
resources - 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.
CreateMonitorRequest.Builder resources(String... resources)
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.
resources - 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.
CreateMonitorRequest.Builder clientToken(String clientToken)
A unique, case-sensitive string of up to 64 ASCII characters that you specify to make an idempotent API request. Don't 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. Don't reuse the same client token for other API requests.CreateMonitorRequest.Builder tags(Map<String,String> tags)
The tags for a monitor. You can add a maximum of 50 tags in Internet Monitor.
tags - The tags for a monitor. You can add a maximum of 50 tags in Internet Monitor.CreateMonitorRequest.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 (ISP), that clients access the resources through. This limit helps 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.
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 (ISP), that clients access the resources through. This limit helps 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.
CreateMonitorRequest.Builder internetMeasurementsLogDelivery(InternetMeasurementsLogDelivery internetMeasurementsLogDelivery)
Publish internet measurements for Internet Monitor to an Amazon S3 bucket in addition to CloudWatch Logs.
internetMeasurementsLogDelivery - Publish internet measurements for Internet Monitor to an Amazon S3 bucket in addition to CloudWatch
Logs.default CreateMonitorRequest.Builder internetMeasurementsLogDelivery(Consumer<InternetMeasurementsLogDelivery.Builder> internetMeasurementsLogDelivery)
Publish internet measurements for Internet Monitor to an Amazon S3 bucket in addition to 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)CreateMonitorRequest.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.CreateMonitorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateMonitorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.