Interface SearchTopicsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SearchTopicsResponse.Builder,SearchTopicsResponse>,QuickSightResponse.Builder,SdkBuilder<SearchTopicsResponse.Builder,SearchTopicsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- SearchTopicsResponse
@Mutable @NotThreadSafe public static interface SearchTopicsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<SearchTopicsResponse.Builder,SearchTopicsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchTopicsResponse.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more results.SearchTopicsResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.SearchTopicsResponse.Builderstatus(Integer status)The HTTP status of the request.SearchTopicsResponse.BuildertopicSummaryList(Collection<TopicSummary> topicSummaryList)A list of topic summaries that is returned by the search topic request.SearchTopicsResponse.BuildertopicSummaryList(Consumer<TopicSummary.Builder>... topicSummaryList)A list of topic summaries that is returned by the search topic request.SearchTopicsResponse.BuildertopicSummaryList(TopicSummary... topicSummaryList)A list of topic summaries that is returned by the search topic request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
topicSummaryList
SearchTopicsResponse.Builder topicSummaryList(Collection<TopicSummary> topicSummaryList)
A list of topic summaries that is returned by the search topic request.
- Parameters:
topicSummaryList- A list of topic summaries that is returned by the search topic request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topicSummaryList
SearchTopicsResponse.Builder topicSummaryList(TopicSummary... topicSummaryList)
A list of topic summaries that is returned by the search topic request.
- Parameters:
topicSummaryList- A list of topic summaries that is returned by the search topic request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topicSummaryList
SearchTopicsResponse.Builder topicSummaryList(Consumer<TopicSummary.Builder>... topicSummaryList)
A list of topic summaries that is returned by the search topic request.
This is a convenience method that creates an instance of theTopicSummary.Builderavoiding the need to create one manually viaTopicSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#topicSummaryList(List.) - Parameters:
topicSummaryList- a consumer that will call methods onTopicSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#topicSummaryList(java.util.Collection)
-
nextToken
SearchTopicsResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
- Parameters:
nextToken- The token for the next set of results, or null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
SearchTopicsResponse.Builder status(Integer status)
The HTTP status of the request.
- Parameters:
status- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
SearchTopicsResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
- Parameters:
requestId- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-