Uses of Class
software.amazon.awscdk.services.appintegrations.CfnDataIntegrationProps.Builder
Package
Description
AWS::AppIntegrations Construct Library
-
Uses of CfnDataIntegrationProps.Builder in software.amazon.awscdk.services.appintegrations
Modifier and TypeMethodDescriptionCfnDataIntegrationProps.builder()
CfnDataIntegrationProps.Builder.description
(String description) Sets the value ofCfnDataIntegrationProps.getDescription()
CfnDataIntegrationProps.Builder.fileConfiguration
(IResolvable fileConfiguration) Sets the value ofCfnDataIntegrationProps.getFileConfiguration()
CfnDataIntegrationProps.Builder.fileConfiguration
(CfnDataIntegration.FileConfigurationProperty fileConfiguration) Sets the value ofCfnDataIntegrationProps.getFileConfiguration()
Sets the value ofCfnDataIntegrationProps.getKmsKey()
Sets the value ofCfnDataIntegrationProps.getName()
CfnDataIntegrationProps.Builder.objectConfiguration
(Object objectConfiguration) Sets the value ofCfnDataIntegrationProps.getObjectConfiguration()
CfnDataIntegrationProps.Builder.scheduleConfig
(IResolvable scheduleConfig) Sets the value ofCfnDataIntegrationProps.getScheduleConfig()
CfnDataIntegrationProps.Builder.scheduleConfig
(CfnDataIntegration.ScheduleConfigProperty scheduleConfig) Sets the value ofCfnDataIntegrationProps.getScheduleConfig()
Sets the value ofCfnDataIntegrationProps.getSourceUri()
Sets the value ofCfnDataIntegrationProps.getTags()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataIntegrationProps.Builder
.