| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentPropertyUpdates.Builder |
EnvironmentPropertyUpdates.builder() |
EnvironmentPropertyUpdates.Builder |
EnvironmentPropertyUpdates.Builder.propertyGroups(Collection<PropertyGroup> propertyGroups)
Describes updates to the execution property groups.
|
EnvironmentPropertyUpdates.Builder |
EnvironmentPropertyUpdates.Builder.propertyGroups(Consumer<PropertyGroup.Builder>... propertyGroups)
Describes updates to the execution property groups.
|
EnvironmentPropertyUpdates.Builder |
EnvironmentPropertyUpdates.Builder.propertyGroups(PropertyGroup... propertyGroups)
Describes updates to the execution property groups.
|
EnvironmentPropertyUpdates.Builder |
EnvironmentPropertyUpdates.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EnvironmentPropertyUpdates.Builder> |
EnvironmentPropertyUpdates.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ApplicationConfigurationUpdate.Builder |
ApplicationConfigurationUpdate.Builder.environmentPropertyUpdates(Consumer<EnvironmentPropertyUpdates.Builder> environmentPropertyUpdates)
Describes updates to the environment properties for a Flink-based Kinesis Data Analytics application.
|
Copyright © 2022. All rights reserved.