public static interface StartDashboardSnapshotJobResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<StartDashboardSnapshotJobResponse.Builder,StartDashboardSnapshotJobResponse>
| Modifier and Type | Method and Description |
|---|---|
StartDashboardSnapshotJobResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the dashboard snapshot job.
|
StartDashboardSnapshotJobResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
StartDashboardSnapshotJobResponse.Builder |
snapshotJobId(String snapshotJobId)
The ID of the job.
|
StartDashboardSnapshotJobResponse.Builder |
status(Integer status)
The HTTP status of the request
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartDashboardSnapshotJobResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) for the dashboard snapshot job.
arn - The Amazon Resource Name (ARN) for the dashboard snapshot job.StartDashboardSnapshotJobResponse.Builder snapshotJobId(String snapshotJobId)
The ID of the job. The job ID is set when you start a new job with a StartDashboardSnapshotJob
API call.
snapshotJobId - The ID of the job. The job ID is set when you start a new job with a
StartDashboardSnapshotJob API call.StartDashboardSnapshotJobResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.StartDashboardSnapshotJobResponse.Builder status(Integer status)
The HTTP status of the request
status - The HTTP status of the requestCopyright © 2023. All rights reserved.