public static class UpdateUserAgentRuleOptions.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(String useragentRuleIdentifier)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUserAgentRuleOptions |
build()
Builds a UpdateUserAgentRuleOptions.
|
UpdateUserAgentRuleOptions.Builder |
configuration(UseragentRuleInputConfiguration configuration)
Set the configuration.
|
UpdateUserAgentRuleOptions.Builder |
description(String description)
Set the description.
|
UpdateUserAgentRuleOptions.Builder |
mode(String mode)
Set the mode.
|
UpdateUserAgentRuleOptions.Builder |
paused(Boolean paused)
Set the paused.
|
UpdateUserAgentRuleOptions.Builder |
useragentRuleIdentifier(String useragentRuleIdentifier)
Set the useragentRuleIdentifier.
|
public Builder()
public Builder(String useragentRuleIdentifier)
useragentRuleIdentifier - the useragentRuleIdentifierpublic UpdateUserAgentRuleOptions build()
public UpdateUserAgentRuleOptions.Builder useragentRuleIdentifier(String useragentRuleIdentifier)
useragentRuleIdentifier - the useragentRuleIdentifierpublic UpdateUserAgentRuleOptions.Builder paused(Boolean paused)
paused - the pausedpublic UpdateUserAgentRuleOptions.Builder description(String description)
description - the descriptionpublic UpdateUserAgentRuleOptions.Builder mode(String mode)
mode - the modepublic UpdateUserAgentRuleOptions.Builder configuration(UseragentRuleInputConfiguration configuration)
configuration - the configurationCopyright © 2022 IBM Cloud Networking Services. All rights reserved.