Interface ListThemeVersionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListThemeVersionsResponse.Builder,ListThemeVersionsResponse>,QuickSightResponse.Builder,SdkBuilder<ListThemeVersionsResponse.Builder,ListThemeVersionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListThemeVersionsResponse
public static interface ListThemeVersionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListThemeVersionsResponse.Builder,ListThemeVersionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListThemeVersionsResponse.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListThemeVersionsResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.ListThemeVersionsResponse.Builderstatus(Integer status)The HTTP status of the request.ListThemeVersionsResponse.BuilderthemeVersionSummaryList(Collection<ThemeVersionSummary> themeVersionSummaryList)A structure containing a list of all the versions of the specified theme.ListThemeVersionsResponse.BuilderthemeVersionSummaryList(Consumer<ThemeVersionSummary.Builder>... themeVersionSummaryList)A structure containing a list of all the versions of the specified theme.ListThemeVersionsResponse.BuilderthemeVersionSummaryList(ThemeVersionSummary... themeVersionSummaryList)A structure containing a list of all the versions of the specified theme.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
themeVersionSummaryList
ListThemeVersionsResponse.Builder themeVersionSummaryList(Collection<ThemeVersionSummary> themeVersionSummaryList)
A structure containing a list of all the versions of the specified theme.
- Parameters:
themeVersionSummaryList- A structure containing a list of all the versions of the specified theme.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
themeVersionSummaryList
ListThemeVersionsResponse.Builder themeVersionSummaryList(ThemeVersionSummary... themeVersionSummaryList)
A structure containing a list of all the versions of the specified theme.
- Parameters:
themeVersionSummaryList- A structure containing a list of all the versions of the specified theme.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
themeVersionSummaryList
ListThemeVersionsResponse.Builder themeVersionSummaryList(Consumer<ThemeVersionSummary.Builder>... themeVersionSummaryList)
A structure containing a list of all the versions of the specified theme.
This is a convenience method that creates an instance of theThemeVersionSummary.Builderavoiding the need to create one manually viaThemeVersionSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#themeVersionSummaryList(List.) - Parameters:
themeVersionSummaryList- a consumer that will call methods onThemeVersionSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#themeVersionSummaryList(java.util.Collection)
-
nextToken
ListThemeVersionsResponse.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
ListThemeVersionsResponse.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
ListThemeVersionsResponse.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.
-
-