public static class SqlPlanBaselineDimensions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SqlPlanBaselineDimensions.Builder |
attributeName(String attributeName)
The name of the SQL plan baseline attribute.
|
SqlPlanBaselineDimensions.Builder |
attributeValue(String attributeValue)
The value of the attribute.
|
SqlPlanBaselineDimensions |
build() |
SqlPlanBaselineDimensions.Builder |
copy(SqlPlanBaselineDimensions model) |
public SqlPlanBaselineDimensions.Builder attributeName(String attributeName)
The name of the SQL plan baseline attribute.
attributeName
- the value to setpublic SqlPlanBaselineDimensions.Builder attributeValue(String attributeValue)
The value of the attribute.
attributeValue
- the value to setpublic SqlPlanBaselineDimensions build()
public SqlPlanBaselineDimensions.Builder copy(SqlPlanBaselineDimensions model)
Copyright © 2016–2024. All rights reserved.