| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
CodeContent |
CodeContent.clone() |
CodeContent |
ApplicationCodeConfiguration.getCodeContent()
The location and type of the application code.
|
CodeContent |
CodeContent.withS3ContentLocation(S3ContentLocation s3ContentLocation)
Information about the Amazon S3 bucket containing the application code.
|
CodeContent |
CodeContent.withTextContent(String textContent)
The text-format code for a Flink-based Kinesis Data Analytics application.
|
CodeContent |
CodeContent.withZipFileContent(ByteBuffer zipFileContent)
The zip-format code for a Flink-based Kinesis Data Analytics application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationCodeConfiguration.setCodeContent(CodeContent codeContent)
The location and type of the application code.
|
ApplicationCodeConfiguration |
ApplicationCodeConfiguration.withCodeContent(CodeContent codeContent)
The location and type of the application code.
|
Copyright © 2021. All rights reserved.