public static final class UpdateKibanaWhiteIpsRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
UpdateKibanaWhiteIpsRequest |
build() |
UpdateKibanaWhiteIpsRequest.Builder |
clientToken(String clientToken)
The update mode.
|
UpdateKibanaWhiteIpsRequest.Builder |
instanceId(String instanceId)
The client token that is used to ensure the idempotence of the request.
|
UpdateKibanaWhiteIpsRequest.Builder |
kibanaIPWhitelist(List<String> kibanaIPWhitelist)
The IP address whitelists.
|
UpdateKibanaWhiteIpsRequest.Builder |
modifyMode(String modifyMode)
The body of the request.
|
UpdateKibanaWhiteIpsRequest.Builder |
whiteIpGroup(UpdateKibanaWhiteIpsRequest.WhiteIpGroup whiteIpGroup)
The name of the whitelist.
|
public UpdateKibanaWhiteIpsRequest.Builder instanceId(String instanceId)
public UpdateKibanaWhiteIpsRequest.Builder kibanaIPWhitelist(List<String> kibanaIPWhitelist)
You cannot configure both the kibanaIPWhitelist and whiteIpGroup parameters.
public UpdateKibanaWhiteIpsRequest.Builder whiteIpGroup(UpdateKibanaWhiteIpsRequest.WhiteIpGroup whiteIpGroup)
public UpdateKibanaWhiteIpsRequest.Builder clientToken(String clientToken)
* Cover: overwrites the IP addresses in the specified IP address whitelist with the IP addresses specified by using the ips parameter. This is the default value. * Append: adds the IP addresses specified by using the ips parameter to the specified IP address whitelist. * Delete: deletes the IP addresses specified by using the ips parameter from the specified IP address whitelist. At least one IP address must be retained for the whitelist.
public UpdateKibanaWhiteIpsRequest.Builder modifyMode(String modifyMode)
public UpdateKibanaWhiteIpsRequest build()
Copyright © 2024. All rights reserved.