Interface StartAssetBundleImportJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartAssetBundleImportJobResponse.Builder,StartAssetBundleImportJobResponse>,QuickSightResponse.Builder,SdkBuilder<StartAssetBundleImportJobResponse.Builder,StartAssetBundleImportJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartAssetBundleImportJobResponse
public static interface StartAssetBundleImportJobResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<StartAssetBundleImportJobResponse.Builder,StartAssetBundleImportJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartAssetBundleImportJobResponse.Builderarn(String arn)The Amazon Resource Name (ARN) for the import job.StartAssetBundleImportJobResponse.BuilderassetBundleImportJobId(String assetBundleImportJobId)The ID of the job.StartAssetBundleImportJobResponse.BuilderrequestId(String requestId)The Amazon Web Services response ID for this operation.StartAssetBundleImportJobResponse.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
-
arn
StartAssetBundleImportJobResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) for the import job.
- Parameters:
arn- The Amazon Resource Name (ARN) for the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetBundleImportJobId
StartAssetBundleImportJobResponse.Builder assetBundleImportJobId(String assetBundleImportJobId)
The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.
- Parameters:
assetBundleImportJobId- The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
StartAssetBundleImportJobResponse.Builder requestId(String requestId)
The Amazon Web Services response ID for this operation.
- Parameters:
requestId- The Amazon Web Services response ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
StartAssetBundleImportJobResponse.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.
-
-