Class DbInstanceLogDeliveryConfigurationS3ConfigurationArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.timestreaminfluxdb.inputs.DbInstanceLogDeliveryConfigurationS3ConfigurationArgs.Builder
-
- Enclosing class:
- DbInstanceLogDeliveryConfigurationS3ConfigurationArgs
public static final class DbInstanceLogDeliveryConfigurationS3ConfigurationArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(DbInstanceLogDeliveryConfigurationS3ConfigurationArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbInstanceLogDeliveryConfigurationS3ConfigurationArgs.Builder
bucketName(com.pulumi.core.Output<java.lang.String> bucketName)
DbInstanceLogDeliveryConfigurationS3ConfigurationArgs.Builder
bucketName(java.lang.String bucketName)
DbInstanceLogDeliveryConfigurationS3ConfigurationArgs
build()
DbInstanceLogDeliveryConfigurationS3ConfigurationArgs.Builder
enabled(com.pulumi.core.Output<java.lang.Boolean> enabled)
DbInstanceLogDeliveryConfigurationS3ConfigurationArgs.Builder
enabled(java.lang.Boolean enabled)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(DbInstanceLogDeliveryConfigurationS3ConfigurationArgs defaults)
-
-
Method Detail
-
bucketName
public DbInstanceLogDeliveryConfigurationS3ConfigurationArgs.Builder bucketName(com.pulumi.core.Output<java.lang.String> bucketName)
- Parameters:
bucketName
- Name of the S3 bucket to deliver logs to.- Returns:
- builder
-
bucketName
public DbInstanceLogDeliveryConfigurationS3ConfigurationArgs.Builder bucketName(java.lang.String bucketName)
- Parameters:
bucketName
- Name of the S3 bucket to deliver logs to.- Returns:
- builder
-
enabled
public DbInstanceLogDeliveryConfigurationS3ConfigurationArgs.Builder enabled(com.pulumi.core.Output<java.lang.Boolean> enabled)
- Parameters:
enabled
- Indicates whether log delivery to the S3 bucket is enabled. **Note**: Only three arguments do updates in-place: `db_parameter_group_identifier`, `log_delivery_configuration`, and `tags`. Changes to any other argument after a DB instance has been deployed will cause destruction and re-creation of the DB instance. Additionally, when `db_parameter_group_identifier` is added to a DB instance or modified, the DB instance will be updated in-place but if `db_parameter_group_identifier` is removed from a DB instance, the DB instance will be destroyed and re-created.- Returns:
- builder
-
enabled
public DbInstanceLogDeliveryConfigurationS3ConfigurationArgs.Builder enabled(java.lang.Boolean enabled)
- Parameters:
enabled
- Indicates whether log delivery to the S3 bucket is enabled. **Note**: Only three arguments do updates in-place: `db_parameter_group_identifier`, `log_delivery_configuration`, and `tags`. Changes to any other argument after a DB instance has been deployed will cause destruction and re-creation of the DB instance. Additionally, when `db_parameter_group_identifier` is added to a DB instance or modified, the DB instance will be updated in-place but if `db_parameter_group_identifier` is removed from a DB instance, the DB instance will be destroyed and re-created.- Returns:
- builder
-
build
public DbInstanceLogDeliveryConfigurationS3ConfigurationArgs build()
-
-