| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static CodeContentUpdate.Builder |
CodeContentUpdate.builder() |
default CodeContentUpdate.Builder |
CodeContentUpdate.Builder.s3ContentLocationUpdate(Consumer<S3ContentLocationUpdate.Builder> s3ContentLocationUpdate)
Describes an update to the location of code for an application.
|
CodeContentUpdate.Builder |
CodeContentUpdate.Builder.s3ContentLocationUpdate(S3ContentLocationUpdate s3ContentLocationUpdate)
Describes an update to the location of code for an application.
|
CodeContentUpdate.Builder |
CodeContentUpdate.Builder.textContentUpdate(String textContentUpdate)
Describes an update to the text code for an application.
|
CodeContentUpdate.Builder |
CodeContentUpdate.toBuilder() |
CodeContentUpdate.Builder |
CodeContentUpdate.Builder.zipFileContentUpdate(SdkBytes zipFileContentUpdate)
Describes an update to the zipped code for an application.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CodeContentUpdate.Builder> |
CodeContentUpdate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ApplicationCodeConfigurationUpdate.Builder |
ApplicationCodeConfigurationUpdate.Builder.codeContentUpdate(Consumer<CodeContentUpdate.Builder> codeContentUpdate)
Describes updates to the code content of an application.
|
Copyright © 2022. All rights reserved.