Interface ListTopicsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListTopicsResponse.Builder,ListTopicsResponse>,QuickSightResponse.Builder,SdkBuilder<ListTopicsResponse.Builder,ListTopicsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTopicsResponse
@Mutable @NotThreadSafe public static interface ListTopicsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListTopicsResponse.Builder,ListTopicsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTopicsResponse.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListTopicsResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.ListTopicsResponse.Builderstatus(Integer status)The HTTP status of the request.ListTopicsResponse.BuildertopicsSummaries(Collection<TopicSummary> topicsSummaries)A list of topic summaries.ListTopicsResponse.BuildertopicsSummaries(Consumer<TopicSummary.Builder>... topicsSummaries)A list of topic summaries.ListTopicsResponse.BuildertopicsSummaries(TopicSummary... topicsSummaries)A list of topic summaries.-
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
-
topicsSummaries
ListTopicsResponse.Builder topicsSummaries(Collection<TopicSummary> topicsSummaries)
A list of topic summaries.
- Parameters:
topicsSummaries- A list of topic summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topicsSummaries
ListTopicsResponse.Builder topicsSummaries(TopicSummary... topicsSummaries)
A list of topic summaries.
- Parameters:
topicsSummaries- A list of topic summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topicsSummaries
ListTopicsResponse.Builder topicsSummaries(Consumer<TopicSummary.Builder>... topicsSummaries)
A list of topic summaries.
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#topicsSummaries(List.) - Parameters:
topicsSummaries- 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:
#topicsSummaries(java.util.Collection)
-
nextToken
ListTopicsResponse.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.
-
requestId
ListTopicsResponse.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.
-
status
ListTopicsResponse.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.
-
-