public static class CreateUrlListDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateUrlListDetails |
build() |
CreateUrlListDetails.Builder |
copy(CreateUrlListDetails model) |
CreateUrlListDetails.Builder |
name(String name)
Unique name to identify the group of urls to be used in the policy rules.
|
CreateUrlListDetails.Builder |
urls(List<UrlPattern> urls)
List of urls.
|
public CreateUrlListDetails.Builder name(String name)
Unique name to identify the group of urls to be used in the policy rules.
name
- the value to setpublic CreateUrlListDetails.Builder urls(List<UrlPattern> urls)
List of urls.
urls
- the value to setpublic CreateUrlListDetails build()
public CreateUrlListDetails.Builder copy(CreateUrlListDetails model)
Copyright © 2016–2024. All rights reserved.