| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
S3ContentLocationUpdate |
S3ContentLocationUpdate.clone() |
S3ContentLocationUpdate |
CodeContentUpdate.getS3ContentLocationUpdate()
Describes an update to the location of code for an application.
|
S3ContentLocationUpdate |
S3ContentLocationUpdate.withBucketARNUpdate(String bucketARNUpdate)
The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.
|
S3ContentLocationUpdate |
S3ContentLocationUpdate.withFileKeyUpdate(String fileKeyUpdate)
The new file key for the object containing the application code.
|
S3ContentLocationUpdate |
S3ContentLocationUpdate.withObjectVersionUpdate(String objectVersionUpdate)
The new version of the object containing the application code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeContentUpdate.setS3ContentLocationUpdate(S3ContentLocationUpdate s3ContentLocationUpdate)
Describes an update to the location of code for an application.
|
CodeContentUpdate |
CodeContentUpdate.withS3ContentLocationUpdate(S3ContentLocationUpdate s3ContentLocationUpdate)
Describes an update to the location of code for an application.
|
Copyright © 2022. All rights reserved.