-
- All Implemented Interfaces:
public class YouboraOptions.Builder
The builder of the Youbora configuration.
-
-
Constructor Summary
Constructors Constructor Description YouboraOptions.Builder(String accountCode)
Creates a builder for Youbora configuration.
-
Method Summary
Modifier and Type Method Description YouboraOptions.Builder
put(@NonNull() String key, @NonNull() String value)
Sets a parameter for the Youbora options. YouboraOptions.Builder
put(@NonNull() String key, @NonNull() Map<String, String> options)
Sets a parameter for the Youbora options. YouboraOptions
build()
Builds the Youbora configuration. -
-
Constructor Detail
-
YouboraOptions.Builder
YouboraOptions.Builder(String accountCode)
Creates a builder for Youbora configuration.- Parameters:
accountCode
- The account code for Youbora.
-
-
Method Detail
-
put
@NonNull() YouboraOptions.Builder put(@NonNull() String key, @NonNull() String value)
Sets a parameter for the Youbora options.
- Parameters:
key
- The key for the specified parameter.value
- The value for the specified parameter.
-
put
@NonNull() YouboraOptions.Builder put(@NonNull() String key, @NonNull() Map<String, String> options)
Sets a parameter for the Youbora options.
- Parameters:
key
- The key for the specified parameter.options
- The Map value for the specified parameter.
-
build
@NonNull() YouboraOptions build()
Builds the Youbora configuration.
-
-
-
-