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