Uses of Class
software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication.CodeContentProperty.Builder
Package
Description
AWS::KinesisAnalyticsV2 Construct Library
-
Uses of CfnApplication.CodeContentProperty.Builder in software.amazon.awscdk.services.kinesisanalyticsv2
Modifier and TypeMethodDescriptionCfnApplication.CodeContentProperty.builder()
CfnApplication.CodeContentProperty.Builder.s3ContentLocation
(IResolvable s3ContentLocation) Sets the value ofCfnApplication.CodeContentProperty.getS3ContentLocation()
CfnApplication.CodeContentProperty.Builder.s3ContentLocation
(CfnApplication.S3ContentLocationProperty s3ContentLocation) Sets the value ofCfnApplication.CodeContentProperty.getS3ContentLocation()
CfnApplication.CodeContentProperty.Builder.textContent
(String textContent) Sets the value ofCfnApplication.CodeContentProperty.getTextContent()
CfnApplication.CodeContentProperty.Builder.zipFileContent
(String zipFileContent) Sets the value ofCfnApplication.CodeContentProperty.getZipFileContent()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApplication.CodeContentProperty.Builder
.