Uses of Class
software.amazon.awscdk.services.appintegrations.CfnApplicationProps.Builder
Packages that use CfnApplicationProps.Builder
Package
Description
AWS::AppIntegrations Construct Library
-
Uses of CfnApplicationProps.Builder in software.amazon.awscdk.services.appintegrations
Methods in software.amazon.awscdk.services.appintegrations that return CfnApplicationProps.BuilderModifier and TypeMethodDescriptionCfnApplicationProps.Builder.applicationConfig
(IResolvable applicationConfig) Sets the value ofCfnApplicationProps.getApplicationConfig()
CfnApplicationProps.Builder.applicationConfig
(CfnApplication.ApplicationConfigProperty applicationConfig) Sets the value ofCfnApplicationProps.getApplicationConfig()
CfnApplicationProps.Builder.applicationSourceConfig
(IResolvable applicationSourceConfig) Sets the value ofCfnApplicationProps.getApplicationSourceConfig()
CfnApplicationProps.Builder.applicationSourceConfig
(CfnApplication.ApplicationSourceConfigProperty applicationSourceConfig) Sets the value ofCfnApplicationProps.getApplicationSourceConfig()
static CfnApplicationProps.Builder
CfnApplicationProps.builder()
CfnApplicationProps.Builder.description
(String description) Sets the value ofCfnApplicationProps.getDescription()
CfnApplicationProps.Builder.iframeConfig
(IResolvable iframeConfig) Sets the value ofCfnApplicationProps.getIframeConfig()
CfnApplicationProps.Builder.iframeConfig
(CfnApplication.IframeConfigProperty iframeConfig) Sets the value ofCfnApplicationProps.getIframeConfig()
CfnApplicationProps.Builder.initializationTimeout
(Number initializationTimeout) Sets the value ofCfnApplicationProps.getInitializationTimeout()
Sets the value ofCfnApplicationProps.getIsService()
CfnApplicationProps.Builder.isService
(IResolvable isService) Sets the value ofCfnApplicationProps.getIsService()
Sets the value ofCfnApplicationProps.getName()
Sets the value ofCfnApplicationProps.getNamespace()
CfnApplicationProps.Builder.permissions
(List<String> permissions) Sets the value ofCfnApplicationProps.getPermissions()
Sets the value ofCfnApplicationProps.getTags()
Constructors in software.amazon.awscdk.services.appintegrations with parameters of type CfnApplicationProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnApplicationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApplicationProps.Builder
.