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