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