| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static CodeContent.Builder |
CodeContent.builder() |
default CodeContent.Builder |
CodeContent.Builder.s3ContentLocation(Consumer<S3ContentLocation.Builder> s3ContentLocation)
Information about the Amazon S3 bucket that contains the application code.
|
CodeContent.Builder |
CodeContent.Builder.s3ContentLocation(S3ContentLocation s3ContentLocation)
Information about the Amazon S3 bucket that contains the application code.
|
CodeContent.Builder |
CodeContent.Builder.textContent(String textContent)
The text-format code for a Flink-based Kinesis Data Analytics application.
|
CodeContent.Builder |
CodeContent.toBuilder() |
CodeContent.Builder |
CodeContent.Builder.zipFileContent(SdkBytes zipFileContent)
The zip-format code for a Flink-based Kinesis Data Analytics application.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CodeContent.Builder> |
CodeContent.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ApplicationCodeConfiguration.Builder |
ApplicationCodeConfiguration.Builder.codeContent(Consumer<CodeContent.Builder> codeContent)
The location and type of the application code.
|
Copyright © 2022. All rights reserved.