public static interface BlacklistEntry.Builder extends SdkPojo, CopyableBuilder<BlacklistEntry.Builder,BlacklistEntry>
| Modifier and Type | Method and Description |
|---|---|
BlacklistEntry.Builder |
description(String description)
Additional information about the blacklisting event, as provided by the blacklist maintainer.
|
BlacklistEntry.Builder |
listingTime(Instant listingTime)
The time when the blacklisting event occurred, shown in Unix time format.
|
BlacklistEntry.Builder |
rblName(String rblName)
The name of the blacklist that the IP address appears on.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBlacklistEntry.Builder rblName(String rblName)
The name of the blacklist that the IP address appears on.
rblName - The name of the blacklist that the IP address appears on.BlacklistEntry.Builder listingTime(Instant listingTime)
The time when the blacklisting event occurred, shown in Unix time format.
listingTime - The time when the blacklisting event occurred, shown in Unix time format.BlacklistEntry.Builder description(String description)
Additional information about the blacklisting event, as provided by the blacklist maintainer.
description - Additional information about the blacklisting event, as provided by the blacklist maintainer.Copyright © 2019. All rights reserved.