| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
S3ContentLocationUpdate.Builder |
S3ContentLocationUpdate.Builder.bucketARNUpdate(String bucketARNUpdate)
The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.
|
static S3ContentLocationUpdate.Builder |
S3ContentLocationUpdate.builder() |
S3ContentLocationUpdate.Builder |
S3ContentLocationUpdate.Builder.fileKeyUpdate(String fileKeyUpdate)
The new file key for the object containing the application code.
|
S3ContentLocationUpdate.Builder |
S3ContentLocationUpdate.Builder.objectVersionUpdate(String objectVersionUpdate)
The new version of the object containing the application code.
|
S3ContentLocationUpdate.Builder |
S3ContentLocationUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3ContentLocationUpdate.Builder> |
S3ContentLocationUpdate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CodeContentUpdate.Builder |
CodeContentUpdate.Builder.s3ContentLocationUpdate(Consumer<S3ContentLocationUpdate.Builder> s3ContentLocationUpdate)
Describes an update to the location of code for an application.
|
Copyright © 2022. All rights reserved.