Uses of Interface
software.amazon.awssdk.services.securityhub.model.Record.Builder
-
Packages that use Record.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of Record.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return Record.Builder Modifier and Type Method Description static Record.BuilderRecord. builder()Record.BuilderRecord.Builder. jsonPath(String jsonPath)The path, as a JSONPath expression, to the field in the record that contains the data.Record.BuilderRecord.Builder. recordIndex(Long recordIndex)The record index, starting from 0, for the record that contains the data.Record.BuilderRecord. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type Record.Builder Modifier and Type Method Description static Class<? extends Record.Builder>Record. serializableBuilderClass()
-