Class CfnMonitor.InternetMeasurementsLogDeliveryProperty.Builder
java.lang.Object
software.amazon.awscdk.services.internetmonitor.CfnMonitor.InternetMeasurementsLogDeliveryProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMonitor.InternetMeasurementsLogDeliveryProperty>
- Enclosing interface:
CfnMonitor.InternetMeasurementsLogDeliveryProperty
@Stability(Stable)
public static final class CfnMonitor.InternetMeasurementsLogDeliveryProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMonitor.InternetMeasurementsLogDeliveryProperty>
A builder for
CfnMonitor.InternetMeasurementsLogDeliveryProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.s3Config
(IResolvable s3Config) Sets the value ofCfnMonitor.InternetMeasurementsLogDeliveryProperty.getS3Config()
s3Config
(CfnMonitor.S3ConfigProperty s3Config) Sets the value ofCfnMonitor.InternetMeasurementsLogDeliveryProperty.getS3Config()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Config
@Stability(Stable) public CfnMonitor.InternetMeasurementsLogDeliveryProperty.Builder s3Config(IResolvable s3Config) Sets the value ofCfnMonitor.InternetMeasurementsLogDeliveryProperty.getS3Config()
- Parameters:
s3Config
- The configuration for publishing Amazon CloudWatch Internet Monitor internet measurements to Amazon S3.- Returns:
this
-
s3Config
@Stability(Stable) public CfnMonitor.InternetMeasurementsLogDeliveryProperty.Builder s3Config(CfnMonitor.S3ConfigProperty s3Config) Sets the value ofCfnMonitor.InternetMeasurementsLogDeliveryProperty.getS3Config()
- Parameters:
s3Config
- The configuration for publishing Amazon CloudWatch Internet Monitor internet measurements to Amazon S3.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnMonitor.InternetMeasurementsLogDeliveryProperty>
- Returns:
- a new instance of
CfnMonitor.InternetMeasurementsLogDeliveryProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-