public static interface ListAssetBundleExportJobsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListAssetBundleExportJobsResponse.Builder,ListAssetBundleExportJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAssetBundleExportJobsResponse.Builder |
assetBundleExportJobSummaryList(AssetBundleExportJobSummary... assetBundleExportJobSummaryList)
A list of export job summaries.
|
ListAssetBundleExportJobsResponse.Builder |
assetBundleExportJobSummaryList(Collection<AssetBundleExportJobSummary> assetBundleExportJobSummaryList)
A list of export job summaries.
|
ListAssetBundleExportJobsResponse.Builder |
assetBundleExportJobSummaryList(Consumer<AssetBundleExportJobSummary.Builder>... assetBundleExportJobSummaryList)
A list of export job summaries.
|
ListAssetBundleExportJobsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListAssetBundleExportJobsResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListAssetBundleExportJobsResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssetBundleExportJobsResponse.Builder assetBundleExportJobSummaryList(Collection<AssetBundleExportJobSummary> assetBundleExportJobSummaryList)
A list of export job summaries.
assetBundleExportJobSummaryList - A list of export job summaries.ListAssetBundleExportJobsResponse.Builder assetBundleExportJobSummaryList(AssetBundleExportJobSummary... assetBundleExportJobSummaryList)
A list of export job summaries.
assetBundleExportJobSummaryList - A list of export job summaries.ListAssetBundleExportJobsResponse.Builder assetBundleExportJobSummaryList(Consumer<AssetBundleExportJobSummary.Builder>... assetBundleExportJobSummaryList)
A list of export job summaries.
This is a convenience method that creates an instance of theAssetBundleExportJobSummary.Builder avoiding the
need to create one manually via
AssetBundleExportJobSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #assetBundleExportJobSummaryList(List.
assetBundleExportJobSummaryList - a consumer that will call methods on
AssetBundleExportJobSummary.Builder#assetBundleExportJobSummaryList(java.util.Collection) ListAssetBundleExportJobsResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.ListAssetBundleExportJobsResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.ListAssetBundleExportJobsResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2023. All rights reserved.