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