public static class SearchSettingsSchemaMapping.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String url,
String body,
String title)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
SearchSettingsSchemaMapping.Builder |
body(String body)
Set the body.
|
SearchSettingsSchemaMapping |
build()
Builds a SearchSettingsSchemaMapping.
|
SearchSettingsSchemaMapping.Builder |
title(String title)
Set the title.
|
SearchSettingsSchemaMapping.Builder |
url(String url)
Set the url.
|
public SearchSettingsSchemaMapping build()
public SearchSettingsSchemaMapping.Builder url(String url)
url
- the urlpublic SearchSettingsSchemaMapping.Builder body(String body)
body
- the bodypublic SearchSettingsSchemaMapping.Builder title(String title)
title
- the titleCopyright © 2023 IBM Cloud. All rights reserved.