Interface StartAssetBundleExportJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartAssetBundleExportJobResponse.Builder,StartAssetBundleExportJobResponse>,QuickSightResponse.Builder,SdkBuilder<StartAssetBundleExportJobResponse.Builder,StartAssetBundleExportJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartAssetBundleExportJobResponse
@Mutable @NotThreadSafe public static interface StartAssetBundleExportJobResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<StartAssetBundleExportJobResponse.Builder,StartAssetBundleExportJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartAssetBundleExportJobResponse.Builderarn(String arn)The Amazon Resource Name (ARN) for the export job.StartAssetBundleExportJobResponse.BuilderassetBundleExportJobId(String assetBundleExportJobId)The ID of the job.StartAssetBundleExportJobResponse.BuilderrequestId(String requestId)The Amazon Web Services response ID for this operation.StartAssetBundleExportJobResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
StartAssetBundleExportJobResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) for the export job.
- Parameters:
arn- The Amazon Resource Name (ARN) for the export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetBundleExportJobId
StartAssetBundleExportJobResponse.Builder assetBundleExportJobId(String assetBundleExportJobId)
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:
assetBundleExportJobId- 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
StartAssetBundleExportJobResponse.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
StartAssetBundleExportJobResponse.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.
-
-