public static class FindingSchemaOrOperation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FindingSchemaOrOperation |
build() |
FindingSchemaOrOperation.Builder |
copy(FindingSchemaOrOperation model) |
FindingSchemaOrOperation.Builder |
operations(List<String> operations)
The list of operation details.
|
FindingSchemaOrOperation.Builder |
schemas(List<SchemaDefinition> schemas)
The names of the impacted database schemas and their objects.
|
public FindingSchemaOrOperation.Builder operations(List<String> operations)
The list of operation details.
operations
- the value to setpublic FindingSchemaOrOperation.Builder schemas(List<SchemaDefinition> schemas)
The names of the impacted database schemas and their objects.
schemas
- the value to setpublic FindingSchemaOrOperation build()
public FindingSchemaOrOperation.Builder copy(FindingSchemaOrOperation model)
Copyright © 2016–2024. All rights reserved.