public static class AllowedIPProperties.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Modifier and Type | Method and Description |
---|---|
AllowedIPProperties.Builder |
addAllowedIp(String allowedIp)
Adds an allowedIp to allowedIp.
|
AllowedIPProperties.Builder |
allowedIp(List<String> allowedIp)
Set the allowedIp.
|
AllowedIPProperties |
build()
Builds a AllowedIPProperties.
|
public AllowedIPProperties build()
public AllowedIPProperties.Builder addAllowedIp(String allowedIp)
allowedIp
- the new allowedIppublic AllowedIPProperties.Builder allowedIp(List<String> allowedIp)
allowedIp
- the allowedIpCopyright © 2022 IBM Cloud. All rights reserved.