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