Interface ListThemesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListThemesResponse.Builder,ListThemesResponse>,QuickSightResponse.Builder,SdkBuilder<ListThemesResponse.Builder,ListThemesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListThemesResponse
@Mutable @NotThreadSafe public static interface ListThemesResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListThemesResponse.Builder,ListThemesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListThemesResponse.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListThemesResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.ListThemesResponse.Builderstatus(Integer status)The HTTP status of the request.ListThemesResponse.BuilderthemeSummaryList(Collection<ThemeSummary> themeSummaryList)Information about the themes in the list.ListThemesResponse.BuilderthemeSummaryList(Consumer<ThemeSummary.Builder>... themeSummaryList)Information about the themes in the list.ListThemesResponse.BuilderthemeSummaryList(ThemeSummary... themeSummaryList)Information about the themes in the list.-
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
-
themeSummaryList
ListThemesResponse.Builder themeSummaryList(Collection<ThemeSummary> themeSummaryList)
Information about the themes in the list.
- Parameters:
themeSummaryList- Information about the themes in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
themeSummaryList
ListThemesResponse.Builder themeSummaryList(ThemeSummary... themeSummaryList)
Information about the themes in the list.
- Parameters:
themeSummaryList- Information about the themes in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
themeSummaryList
ListThemesResponse.Builder themeSummaryList(Consumer<ThemeSummary.Builder>... themeSummaryList)
Information about the themes in the list.
This is a convenience method that creates an instance of theThemeSummary.Builderavoiding the need to create one manually viaThemeSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#themeSummaryList(List.) - Parameters:
themeSummaryList- a consumer that will call methods onThemeSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#themeSummaryList(java.util.Collection)
-
nextToken
ListThemesResponse.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
ListThemesResponse.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
ListThemesResponse.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.
-
-