Uses of Interface
software.amazon.awssdk.services.kinesisanalyticsv2.model.EnvironmentPropertyUpdates.Builder
-
Packages that use EnvironmentPropertyUpdates.Builder Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of EnvironmentPropertyUpdates.Builder in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return EnvironmentPropertyUpdates.Builder Modifier and Type Method Description static EnvironmentPropertyUpdates.BuilderEnvironmentPropertyUpdates. builder()EnvironmentPropertyUpdates.BuilderEnvironmentPropertyUpdates.Builder. propertyGroups(Collection<PropertyGroup> propertyGroups)Describes updates to the execution property groups.EnvironmentPropertyUpdates.BuilderEnvironmentPropertyUpdates.Builder. propertyGroups(Consumer<PropertyGroup.Builder>... propertyGroups)Describes updates to the execution property groups.EnvironmentPropertyUpdates.BuilderEnvironmentPropertyUpdates.Builder. propertyGroups(PropertyGroup... propertyGroups)Describes updates to the execution property groups.EnvironmentPropertyUpdates.BuilderEnvironmentPropertyUpdates. toBuilder()Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type EnvironmentPropertyUpdates.Builder Modifier and Type Method Description static Class<? extends EnvironmentPropertyUpdates.Builder>EnvironmentPropertyUpdates. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisanalyticsv2.model with type arguments of type EnvironmentPropertyUpdates.Builder Modifier and Type Method Description default ApplicationConfigurationUpdate.BuilderApplicationConfigurationUpdate.Builder. environmentPropertyUpdates(Consumer<EnvironmentPropertyUpdates.Builder> environmentPropertyUpdates)Describes updates to the environment properties for a Managed Service for Apache Flink application.
-