public static interface QuerySuggestionsBlockListSummary.Builder extends SdkPojo, CopyableBuilder<QuerySuggestionsBlockListSummary.Builder,QuerySuggestionsBlockListSummary>
| Modifier and Type | Method and Description |
|---|---|
QuerySuggestionsBlockListSummary.Builder |
createdAt(Instant createdAt)
The Unix timestamp when the block list was created.
|
QuerySuggestionsBlockListSummary.Builder |
id(String id)
The identifier of a block list.
|
QuerySuggestionsBlockListSummary.Builder |
itemCount(Integer itemCount)
The number of items in the block list file.
|
QuerySuggestionsBlockListSummary.Builder |
name(String name)
The name of the block list.
|
QuerySuggestionsBlockListSummary.Builder |
status(QuerySuggestionsBlockListStatus status)
The status of the block list.
|
QuerySuggestionsBlockListSummary.Builder |
status(String status)
The status of the block list.
|
QuerySuggestionsBlockListSummary.Builder |
updatedAt(Instant updatedAt)
The Unix timestamp when the block list was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQuerySuggestionsBlockListSummary.Builder id(String id)
The identifier of a block list.
id - The identifier of a block list.QuerySuggestionsBlockListSummary.Builder name(String name)
The name of the block list.
name - The name of the block list.QuerySuggestionsBlockListSummary.Builder status(String status)
The status of the block list.
status - The status of the block list.QuerySuggestionsBlockListStatus,
QuerySuggestionsBlockListStatusQuerySuggestionsBlockListSummary.Builder status(QuerySuggestionsBlockListStatus status)
The status of the block list.
status - The status of the block list.QuerySuggestionsBlockListStatus,
QuerySuggestionsBlockListStatusQuerySuggestionsBlockListSummary.Builder createdAt(Instant createdAt)
The Unix timestamp when the block list was created.
createdAt - The Unix timestamp when the block list was created.QuerySuggestionsBlockListSummary.Builder updatedAt(Instant updatedAt)
The Unix timestamp when the block list was last updated.
updatedAt - The Unix timestamp when the block list was last updated.QuerySuggestionsBlockListSummary.Builder itemCount(Integer itemCount)
The number of items in the block list file.
itemCount - The number of items in the block list file.Copyright © 2023. All rights reserved.