public static class SqlCollectionLogDimensions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SqlCollectionLogDimensions |
build() |
SqlCollectionLogDimensions.Builder |
clientIp(String clientIp)
The IP addresses for the SQL collection.
|
SqlCollectionLogDimensions.Builder |
clientOsUserName(String clientOsUserName)
The operating system user names for the SQL collection.
|
SqlCollectionLogDimensions.Builder |
clientProgram(String clientProgram)
The allowed client programs for the SQL collection.
|
SqlCollectionLogDimensions.Builder |
copy(SqlCollectionLogDimensions model) |
public SqlCollectionLogDimensions.Builder clientIp(String clientIp)
The IP addresses for the SQL collection.
clientIp
- the value to setpublic SqlCollectionLogDimensions.Builder clientOsUserName(String clientOsUserName)
The operating system user names for the SQL collection.
clientOsUserName
- the value to setpublic SqlCollectionLogDimensions.Builder clientProgram(String clientProgram)
The allowed client programs for the SQL collection.
clientProgram
- the value to setpublic SqlCollectionLogDimensions build()
public SqlCollectionLogDimensions.Builder copy(SqlCollectionLogDimensions model)
Copyright © 2016–2024. All rights reserved.