Uses of Class
software.amazon.awscdk.services.osis.CfnPipeline.LogPublishingOptionsProperty.Builder
-
Uses of CfnPipeline.LogPublishingOptionsProperty.Builder in software.amazon.awscdk.services.osis
Modifier and TypeMethodDescriptionCfnPipeline.LogPublishingOptionsProperty.builder()
CfnPipeline.LogPublishingOptionsProperty.Builder.cloudWatchLogDestination
(IResolvable cloudWatchLogDestination) Sets the value ofCfnPipeline.LogPublishingOptionsProperty.getCloudWatchLogDestination()
CfnPipeline.LogPublishingOptionsProperty.Builder.cloudWatchLogDestination
(CfnPipeline.CloudWatchLogDestinationProperty cloudWatchLogDestination) Sets the value ofCfnPipeline.LogPublishingOptionsProperty.getCloudWatchLogDestination()
CfnPipeline.LogPublishingOptionsProperty.Builder.isLoggingEnabled
(Boolean isLoggingEnabled) Sets the value ofCfnPipeline.LogPublishingOptionsProperty.getIsLoggingEnabled()
CfnPipeline.LogPublishingOptionsProperty.Builder.isLoggingEnabled
(IResolvable isLoggingEnabled) Sets the value ofCfnPipeline.LogPublishingOptionsProperty.getIsLoggingEnabled()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPipeline.LogPublishingOptionsProperty.Builder
.