| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static CodeContentDescription.Builder |
CodeContentDescription.builder() |
CodeContentDescription.Builder |
CodeContentDescription.Builder.codeMD5(String codeMD5)
The checksum that can be used to validate zip-format code.
|
CodeContentDescription.Builder |
CodeContentDescription.Builder.codeSize(Long codeSize)
The size in bytes of the application code.
|
default CodeContentDescription.Builder |
CodeContentDescription.Builder.s3ApplicationCodeLocationDescription(Consumer<S3ApplicationCodeLocationDescription.Builder> s3ApplicationCodeLocationDescription)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in
Amazon S3.
|
CodeContentDescription.Builder |
CodeContentDescription.Builder.s3ApplicationCodeLocationDescription(S3ApplicationCodeLocationDescription s3ApplicationCodeLocationDescription)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in
Amazon S3.
|
CodeContentDescription.Builder |
CodeContentDescription.Builder.textContent(String textContent)
The text-format code
|
CodeContentDescription.Builder |
CodeContentDescription.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CodeContentDescription.Builder> |
CodeContentDescription.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ApplicationCodeConfigurationDescription.Builder |
ApplicationCodeConfigurationDescription.Builder.codeContentDescription(Consumer<CodeContentDescription.Builder> codeContentDescription)
Describes details about the location and format of the application code.
|
Copyright © 2022. All rights reserved.