public static final class CfnApplicationV2.CodeContentProperty.Builder
extends java.lang.Object
CfnApplicationV2.CodeContentProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnApplicationV2.CodeContentProperty |
build()
Builds the configured instance.
|
CfnApplicationV2.CodeContentProperty.Builder |
s3ContentLocation(CfnApplicationV2.S3ContentLocationProperty s3ContentLocation)
Sets the value of
CfnApplicationV2.CodeContentProperty.getS3ContentLocation() |
CfnApplicationV2.CodeContentProperty.Builder |
s3ContentLocation(IResolvable s3ContentLocation)
Sets the value of
CfnApplicationV2.CodeContentProperty.getS3ContentLocation() |
CfnApplicationV2.CodeContentProperty.Builder |
textContent(java.lang.String textContent)
Sets the value of
CfnApplicationV2.CodeContentProperty.getTextContent() |
CfnApplicationV2.CodeContentProperty.Builder |
zipFileContent(java.lang.String zipFileContent)
Sets the value of
CfnApplicationV2.CodeContentProperty.getZipFileContent() |
public CfnApplicationV2.CodeContentProperty.Builder s3ContentLocation(IResolvable s3ContentLocation)
CfnApplicationV2.CodeContentProperty.getS3ContentLocation()
s3ContentLocation
- Information about the Amazon S3 bucket that contains the application code.this
public CfnApplicationV2.CodeContentProperty.Builder s3ContentLocation(CfnApplicationV2.S3ContentLocationProperty s3ContentLocation)
CfnApplicationV2.CodeContentProperty.getS3ContentLocation()
s3ContentLocation
- Information about the Amazon S3 bucket that contains the application code.this
public CfnApplicationV2.CodeContentProperty.Builder textContent(java.lang.String textContent)
CfnApplicationV2.CodeContentProperty.getTextContent()
textContent
- The text-format code for a Flink-based Kinesis Data Analytics application.this
public CfnApplicationV2.CodeContentProperty.Builder zipFileContent(java.lang.String zipFileContent)
CfnApplicationV2.CodeContentProperty.getZipFileContent()
zipFileContent
- The zip-format code for a Flink-based Kinesis Data Analytics application.this
public CfnApplicationV2.CodeContentProperty build()
CfnApplicationV2.CodeContentProperty
java.lang.NullPointerException
- if any required attribute was not provided