Uses of Interface
software.amazon.awssdk.services.kinesisanalyticsv2.model.PropertyGroup.Builder
-
Packages that use PropertyGroup.Builder Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of PropertyGroup.Builder in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return PropertyGroup.Builder Modifier and Type Method Description static PropertyGroup.BuilderPropertyGroup. builder()PropertyGroup.BuilderPropertyGroup.Builder. propertyGroupId(String propertyGroupId)Describes the key of an application execution property key-value pair.PropertyGroup.BuilderPropertyGroup.Builder. propertyMap(Map<String,String> propertyMap)Describes the value of an application execution property key-value pair.PropertyGroup.BuilderPropertyGroup. toBuilder()Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type PropertyGroup.Builder Modifier and Type Method Description static Class<? extends PropertyGroup.Builder>PropertyGroup. serializableBuilderClass()
-