| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
S3ContentLocation |
S3ContentLocation.clone() |
S3ContentLocation |
CodeContent.getS3ContentLocation()
Information about the Amazon S3 bucket that contains the application code.
|
S3ContentLocation |
CustomArtifactConfiguration.getS3ContentLocation() |
S3ContentLocation |
CustomArtifactConfigurationDescription.getS3ContentLocationDescription() |
S3ContentLocation |
S3ContentLocation.withBucketARN(String bucketARN)
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
|
S3ContentLocation |
S3ContentLocation.withFileKey(String fileKey)
The file key for the object containing the application code.
|
S3ContentLocation |
S3ContentLocation.withObjectVersion(String objectVersion)
The version of the object containing the application code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeContent.setS3ContentLocation(S3ContentLocation s3ContentLocation)
Information about the Amazon S3 bucket that contains the application code.
|
void |
CustomArtifactConfiguration.setS3ContentLocation(S3ContentLocation s3ContentLocation) |
void |
CustomArtifactConfigurationDescription.setS3ContentLocationDescription(S3ContentLocation s3ContentLocationDescription) |
CodeContent |
CodeContent.withS3ContentLocation(S3ContentLocation s3ContentLocation)
Information about the Amazon S3 bucket that contains the application code.
|
CustomArtifactConfiguration |
CustomArtifactConfiguration.withS3ContentLocation(S3ContentLocation s3ContentLocation) |
CustomArtifactConfigurationDescription |
CustomArtifactConfigurationDescription.withS3ContentLocationDescription(S3ContentLocation s3ContentLocationDescription) |
Copyright © 2024. All rights reserved.