| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
CodeContentDescription |
CodeContentDescription.clone() |
CodeContentDescription |
ApplicationCodeConfigurationDescription.getCodeContentDescription()
Describes details about the location and format of the application code.
|
CodeContentDescription |
CodeContentDescription.withCodeMD5(String codeMD5)
The checksum that can be used to validate zip-format code.
|
CodeContentDescription |
CodeContentDescription.withCodeSize(Long codeSize)
The size in bytes of the application code.
|
CodeContentDescription |
CodeContentDescription.withS3ApplicationCodeLocationDescription(S3ApplicationCodeLocationDescription s3ApplicationCodeLocationDescription)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon
S3.
|
CodeContentDescription |
CodeContentDescription.withTextContent(String textContent)
The text-format code
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationCodeConfigurationDescription.setCodeContentDescription(CodeContentDescription codeContentDescription)
Describes details about the location and format of the application code.
|
ApplicationCodeConfigurationDescription |
ApplicationCodeConfigurationDescription.withCodeContentDescription(CodeContentDescription codeContentDescription)
Describes details about the location and format of the application code.
|
Copyright © 2020. All rights reserved.