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