Class CfnInfluxDBClusterPropsMixin.LogDeliveryConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.timestream.CfnInfluxDBClusterPropsMixin.LogDeliveryConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInfluxDBClusterPropsMixin.LogDeliveryConfigurationProperty>
- Enclosing interface:
CfnInfluxDBClusterPropsMixin.LogDeliveryConfigurationProperty
@Stability(Stable)
public static final class CfnInfluxDBClusterPropsMixin.LogDeliveryConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInfluxDBClusterPropsMixin.LogDeliveryConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3Configuration(CfnInfluxDBClusterPropsMixin.S3ConfigurationProperty s3Configuration) s3Configuration(IResolvable s3Configuration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Configuration
@Stability(Stable) public CfnInfluxDBClusterPropsMixin.LogDeliveryConfigurationProperty.Builder s3Configuration(IResolvable s3Configuration) Sets the value ofCfnInfluxDBClusterPropsMixin.LogDeliveryConfigurationProperty.getS3Configuration()- Parameters:
s3Configuration- S3 configuration for sending logs to customer account from the InfluxDB cluster.- Returns:
this
-
s3Configuration
@Stability(Stable) public CfnInfluxDBClusterPropsMixin.LogDeliveryConfigurationProperty.Builder s3Configuration(CfnInfluxDBClusterPropsMixin.S3ConfigurationProperty s3Configuration) Sets the value ofCfnInfluxDBClusterPropsMixin.LogDeliveryConfigurationProperty.getS3Configuration()- Parameters:
s3Configuration- S3 configuration for sending logs to customer account from the InfluxDB cluster.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInfluxDBClusterPropsMixin.LogDeliveryConfigurationProperty>- Returns:
- a new instance of
CfnInfluxDBClusterPropsMixin.LogDeliveryConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-