Uses of Interface
software.amazon.awssdk.services.neptunegraph.model.ExportFilterElement.Builder
-
Packages that use ExportFilterElement.Builder Package Description software.amazon.awssdk.services.neptunegraph.model -
-
Uses of ExportFilterElement.Builder in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return ExportFilterElement.Builder Modifier and Type Method Description static ExportFilterElement.BuilderExportFilterElement. builder()ExportFilterElement.BuilderExportFilterElement.Builder. properties(Map<String,ExportFilterPropertyAttributes> properties)Each property is defined by a key-value pair, where the key is the desired output property name (e.g.ExportFilterElement.BuilderExportFilterElement. toBuilder()Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type ExportFilterElement.Builder Modifier and Type Method Description static Class<? extends ExportFilterElement.Builder>ExportFilterElement. serializableBuilderClass()
-