public static interface TopicDetails.Builder extends SdkPojo, CopyableBuilder<TopicDetails.Builder,TopicDetails>
| Modifier and Type | Method and Description |
|---|---|
TopicDetails.Builder |
dataSets(Collection<DatasetMetadata> dataSets)
The data sets that the topic is associated with.
|
TopicDetails.Builder |
dataSets(Consumer<DatasetMetadata.Builder>... dataSets)
The data sets that the topic is associated with.
|
TopicDetails.Builder |
dataSets(DatasetMetadata... dataSets)
The data sets that the topic is associated with.
|
TopicDetails.Builder |
description(String description)
The description of the topic.
|
TopicDetails.Builder |
name(String name)
The name of the topic.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTopicDetails.Builder name(String name)
The name of the topic.
name - The name of the topic.TopicDetails.Builder description(String description)
The description of the topic.
description - The description of the topic.TopicDetails.Builder dataSets(Collection<DatasetMetadata> dataSets)
The data sets that the topic is associated with.
dataSets - The data sets that the topic is associated with.TopicDetails.Builder dataSets(DatasetMetadata... dataSets)
The data sets that the topic is associated with.
dataSets - The data sets that the topic is associated with.TopicDetails.Builder dataSets(Consumer<DatasetMetadata.Builder>... dataSets)
The data sets that the topic is associated with.
This is a convenience method that creates an instance of theDatasetMetadata.Builder avoiding the need to create
one manually via DatasetMetadata.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #dataSets(List.
dataSets - a consumer that will call methods on
DatasetMetadata.Builder#dataSets(java.util.Collection) Copyright © 2023. All rights reserved.