| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
S3ApplicationCodeLocationDescription |
S3ApplicationCodeLocationDescription.clone() |
S3ApplicationCodeLocationDescription |
CodeContentDescription.getS3ApplicationCodeLocationDescription()
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon
S3.
|
S3ApplicationCodeLocationDescription |
S3ApplicationCodeLocationDescription.withBucketARN(String bucketARN)
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
|
S3ApplicationCodeLocationDescription |
S3ApplicationCodeLocationDescription.withFileKey(String fileKey)
The file key for the object containing the application code.
|
S3ApplicationCodeLocationDescription |
S3ApplicationCodeLocationDescription.withObjectVersion(String objectVersion)
The version of the object containing the application code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeContentDescription.setS3ApplicationCodeLocationDescription(S3ApplicationCodeLocationDescription s3ApplicationCodeLocationDescription)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon
S3.
|
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.
|
Copyright © 2024. All rights reserved.