public static class ProxyUserSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ProxyUserSummary.Builder |
authentication(ProxyUserSummary.Authentication authentication)
Indicates whether the proxy is required to supply the client credentials (YES) or not
(NO).
|
ProxyUserSummary |
build() |
ProxyUserSummary.Builder |
copy(ProxyUserSummary model) |
ProxyUserSummary.Builder |
flags(ProxyUserSummary.Flags flags)
The flags associated with the proxy/client pair.
|
ProxyUserSummary.Builder |
name(String name)
The name of a proxy user or the name of the client user.
|
public ProxyUserSummary.Builder name(String name)
The name of a proxy user or the name of the client user.
name
- the value to setpublic ProxyUserSummary.Builder authentication(ProxyUserSummary.Authentication authentication)
Indicates whether the proxy is required to supply the client credentials (YES) or not (NO).
authentication
- the value to setpublic ProxyUserSummary.Builder flags(ProxyUserSummary.Flags flags)
The flags associated with the proxy/client pair.
flags
- the value to setpublic ProxyUserSummary build()
public ProxyUserSummary.Builder copy(ProxyUserSummary model)
Copyright © 2016–2024. All rights reserved.