Interface CreateMonitorRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateMonitorRequest.Builder,
,CreateMonitorRequest> InternetMonitorRequest.Builder
,SdkBuilder<CreateMonitorRequest.Builder,
,CreateMonitorRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateMonitorRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(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
healthEventsConfig
(Consumer<HealthEventsConfig.Builder> healthEventsConfig) Defines the threshold percentages and other configuration information for when Amazon CloudWatch Internet Monitor creates a health event.healthEventsConfig
(HealthEventsConfig healthEventsConfig) Defines the threshold percentages and other configuration information for when Amazon CloudWatch Internet Monitor creates a health event.default CreateMonitorRequest.Builder
internetMeasurementsLogDelivery
(Consumer<InternetMeasurementsLogDelivery.Builder> internetMeasurementsLogDelivery) Publish internet measurements for Internet Monitor to an Amazon S3 bucket in addition to CloudWatch Logs.internetMeasurementsLogDelivery
(InternetMeasurementsLogDelivery internetMeasurementsLogDelivery) Publish internet measurements for Internet Monitor to an Amazon S3 bucket in addition to CloudWatch Logs.maxCityNetworksToMonitor
(Integer maxCityNetworksToMonitor) The maximum number of city-networks to monitor for your resources.monitorName
(String monitorName) The name of the monitor.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs).resources
(Collection<String> resources) The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs).The tags for a monitor.trafficPercentageToMonitor
(Integer trafficPercentageToMonitor) The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.internetmonitor.model.InternetMonitorRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
resources
The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs). Resources can be VPCs, NLBs, Amazon CloudFront distributions, or Amazon WorkSpaces directories.
You can add a combination of VPCs and CloudFront distributions, or you can add WorkSpaces directories, or you can add NLBs. You can't add NLBs or WorkSpaces directories together with any other resources.
If you add only Amazon VPC resources, at least one VPC must have an Internet Gateway attached to it, to make sure that it has internet connectivity.
- Parameters:
resources
- The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs). Resources can be VPCs, NLBs, Amazon CloudFront distributions, or Amazon WorkSpaces directories.You can add a combination of VPCs and CloudFront distributions, or you can add WorkSpaces directories, or you can add NLBs. You can't add NLBs or WorkSpaces directories together with any other resources.
If you add only Amazon VPC resources, at least one VPC must have an Internet Gateway attached to it, to make sure that it has internet connectivity.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resources
The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs). Resources can be VPCs, NLBs, Amazon CloudFront distributions, or Amazon WorkSpaces directories.
You can add a combination of VPCs and CloudFront distributions, or you can add WorkSpaces directories, or you can add NLBs. You can't add NLBs or WorkSpaces directories together with any other resources.
If you add only Amazon VPC resources, at least one VPC must have an Internet Gateway attached to it, to make sure that it has internet connectivity.
- Parameters:
resources
- The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs). Resources can be VPCs, NLBs, Amazon CloudFront distributions, or Amazon WorkSpaces directories.You can add a combination of VPCs and CloudFront distributions, or you can add WorkSpaces directories, or you can add NLBs. You can't add NLBs or WorkSpaces directories together with any other resources.
If you add only Amazon VPC resources, at least one VPC must have an Internet Gateway attached to it, to make sure that it has internet connectivity.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags for a monitor. You can add a maximum of 50 tags in Internet Monitor.
- Parameters:
tags
- The tags for a monitor. You can add a maximum of 50 tags in Internet Monitor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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. Setting 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. Setting 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
CreateMonitorRequest.Builder internetMeasurementsLogDelivery(InternetMeasurementsLogDelivery internetMeasurementsLogDelivery) Publish internet measurements for Internet Monitor to an Amazon S3 bucket in addition to CloudWatch Logs.
- Parameters:
internetMeasurementsLogDelivery
- Publish internet measurements for Internet Monitor to an Amazon S3 bucket in addition to CloudWatch Logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
internetMeasurementsLogDelivery
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 viaInternetMeasurementsLogDelivery.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tointernetMeasurementsLogDelivery(InternetMeasurementsLogDelivery)
.- Parameters:
internetMeasurementsLogDelivery
- a consumer that will call methods onInternetMeasurementsLogDelivery.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
trafficPercentageToMonitor
The percentage of the internet-facing traffic for your application that you want 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 that you want 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
Defines the threshold percentages and other configuration information for when Amazon CloudWatch Internet Monitor creates a health event. Internet Monitor creates a health event when an internet issue that affects your application end users has a health score percentage that is at or below a specific threshold, and, sometimes, when other criteria are met.
If you don't set a health event threshold, the default value is 95%.
For more information, see Change health event thresholds in the Internet Monitor section of the CloudWatch User Guide.
- Parameters:
healthEventsConfig
- Defines the threshold percentages and other configuration information for when Amazon CloudWatch Internet Monitor creates a health event. Internet Monitor creates a health event when an internet issue that affects your application end users has a health score percentage that is at or below a specific threshold, and, sometimes, when other criteria are met.If you don't set a health event threshold, the default value is 95%.
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.
-
healthEventsConfig
default CreateMonitorRequest.Builder healthEventsConfig(Consumer<HealthEventsConfig.Builder> healthEventsConfig) Defines the threshold percentages and other configuration information for when Amazon CloudWatch Internet Monitor creates a health event. Internet Monitor creates a health event when an internet issue that affects your application end users has a health score percentage that is at or below a specific threshold, and, sometimes, when other criteria are met.
If you don't set a health event threshold, the default value is 95%.
For more information, see Change health event thresholds in the Internet Monitor section of the CloudWatch User Guide.
This is a convenience method that creates an instance of theHealthEventsConfig.Builder
avoiding the need to create one manually viaHealthEventsConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tohealthEventsConfig(HealthEventsConfig)
.- Parameters:
healthEventsConfig
- a consumer that will call methods onHealthEventsConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateMonitorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateMonitorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-