Uses of Class
software.amazon.awscdk.services.aiops.CfnInvestigationGroupProps.Builder
Packages that use CfnInvestigationGroupProps.Builder
-
Uses of CfnInvestigationGroupProps.Builder in software.amazon.awscdk.services.aiops
Methods in software.amazon.awscdk.services.aiops that return CfnInvestigationGroupProps.BuilderModifier and TypeMethodDescriptionCfnInvestigationGroupProps.builder()
CfnInvestigationGroupProps.Builder.chatbotNotificationChannels
(List<? extends Object> chatbotNotificationChannels) Sets the value ofCfnInvestigationGroupProps.getChatbotNotificationChannels()
CfnInvestigationGroupProps.Builder.chatbotNotificationChannels
(IResolvable chatbotNotificationChannels) Sets the value ofCfnInvestigationGroupProps.getChatbotNotificationChannels()
CfnInvestigationGroupProps.Builder.crossAccountConfigurations
(List<? extends Object> crossAccountConfigurations) Sets the value ofCfnInvestigationGroupProps.getCrossAccountConfigurations()
CfnInvestigationGroupProps.Builder.crossAccountConfigurations
(IResolvable crossAccountConfigurations) Sets the value ofCfnInvestigationGroupProps.getCrossAccountConfigurations()
CfnInvestigationGroupProps.Builder.encryptionConfig
(IResolvable encryptionConfig) Sets the value ofCfnInvestigationGroupProps.getEncryptionConfig()
CfnInvestigationGroupProps.Builder.encryptionConfig
(CfnInvestigationGroup.EncryptionConfigMapProperty encryptionConfig) Sets the value ofCfnInvestigationGroupProps.getEncryptionConfig()
CfnInvestigationGroupProps.Builder.investigationGroupPolicy
(String investigationGroupPolicy) Sets the value ofCfnInvestigationGroupProps.getInvestigationGroupPolicy()
CfnInvestigationGroupProps.Builder.isCloudTrailEventHistoryEnabled
(Boolean isCloudTrailEventHistoryEnabled) Sets the value ofCfnInvestigationGroupProps.getIsCloudTrailEventHistoryEnabled()
CfnInvestigationGroupProps.Builder.isCloudTrailEventHistoryEnabled
(IResolvable isCloudTrailEventHistoryEnabled) Sets the value ofCfnInvestigationGroupProps.getIsCloudTrailEventHistoryEnabled()
Sets the value ofCfnInvestigationGroupProps.getName()
CfnInvestigationGroupProps.Builder.retentionInDays
(Number retentionInDays) Sets the value ofCfnInvestigationGroupProps.getRetentionInDays()
Sets the value ofCfnInvestigationGroupProps.getRoleArn()
CfnInvestigationGroupProps.Builder.tagKeyBoundaries
(List<String> tagKeyBoundaries) Sets the value ofCfnInvestigationGroupProps.getTagKeyBoundaries()
Sets the value ofCfnInvestigationGroupProps.getTags()
Constructors in software.amazon.awscdk.services.aiops with parameters of type CfnInvestigationGroupProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnInvestigationGroupProps.Builder
.