Uses of Class
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationV2.CodeContentProperty.Builder
Package
Description
Amazon Kinesis Data Analytics Construct Library
-
Uses of CfnApplicationV2.CodeContentProperty.Builder in software.amazon.awscdk.services.kinesisanalytics
Modifier and TypeMethodDescriptionCfnApplicationV2.CodeContentProperty.builder()
CfnApplicationV2.CodeContentProperty.Builder.s3ContentLocation
(IResolvable s3ContentLocation) Sets the value ofCfnApplicationV2.CodeContentProperty.getS3ContentLocation()
CfnApplicationV2.CodeContentProperty.Builder.s3ContentLocation
(CfnApplicationV2.S3ContentLocationProperty s3ContentLocation) Sets the value ofCfnApplicationV2.CodeContentProperty.getS3ContentLocation()
CfnApplicationV2.CodeContentProperty.Builder.textContent
(String textContent) Sets the value ofCfnApplicationV2.CodeContentProperty.getTextContent()
CfnApplicationV2.CodeContentProperty.Builder.zipFileContent
(String zipFileContent) Sets the value ofCfnApplicationV2.CodeContentProperty.getZipFileContent()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApplicationV2.CodeContentProperty.Builder
.