public static interface DescribeDashboardSnapshotJobResultResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeDashboardSnapshotJobResultResponse.Builder,DescribeDashboardSnapshotJobResultResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDashboardSnapshotJobResultResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) for the snapshot job. The job ARN is generated when you start a new job with a
StartDashboardSnapshotJob API call.
arn - The Amazon Resource Name (ARN) for the snapshot job. The job ARN is generated when you start a new job
with a StartDashboardSnapshotJob API call.DescribeDashboardSnapshotJobResultResponse.Builder jobStatus(String jobStatus)
Indicates the status of a job after it has reached a terminal state. A finished snapshot job will retuen a
COMPLETED or FAILED status.
jobStatus - Indicates the status of a job after it has reached a terminal state. A finished snapshot job will
retuen a COMPLETED or FAILED status.SnapshotJobStatus,
SnapshotJobStatusDescribeDashboardSnapshotJobResultResponse.Builder jobStatus(SnapshotJobStatus jobStatus)
Indicates the status of a job after it has reached a terminal state. A finished snapshot job will retuen a
COMPLETED or FAILED status.
jobStatus - Indicates the status of a job after it has reached a terminal state. A finished snapshot job will
retuen a COMPLETED or FAILED status.SnapshotJobStatus,
SnapshotJobStatusDescribeDashboardSnapshotJobResultResponse.Builder createdTime(Instant createdTime)
The time that a snapshot job was created.
createdTime - The time that a snapshot job was created.DescribeDashboardSnapshotJobResultResponse.Builder lastUpdatedTime(Instant lastUpdatedTime)
The time that a snapshot job status was last updated.
lastUpdatedTime - The time that a snapshot job status was last updated.DescribeDashboardSnapshotJobResultResponse.Builder result(SnapshotJobResult result)
The result of the snapshot job. Jobs that have successfully completed will return the S3Uri where they are located. Jobs that have failedwill return information on the error that caused the job to fail.
result - The result of the snapshot job. Jobs that have successfully completed will return the S3Uri where they
are located. Jobs that have failedwill return information on the error that caused the job to fail.default DescribeDashboardSnapshotJobResultResponse.Builder result(Consumer<SnapshotJobResult.Builder> result)
The result of the snapshot job. Jobs that have successfully completed will return the S3Uri where they are located. Jobs that have failedwill return information on the error that caused the job to fail.
This is a convenience method that creates an instance of theSnapshotJobResult.Builder avoiding the
need to create one manually via SnapshotJobResult.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to result(SnapshotJobResult).
result - a consumer that will call methods on SnapshotJobResult.Builderresult(SnapshotJobResult)DescribeDashboardSnapshotJobResultResponse.Builder errorInfo(SnapshotJobErrorInfo errorInfo)
Displays information for the error that caused a job to fail.
errorInfo - Displays information for the error that caused a job to fail.default DescribeDashboardSnapshotJobResultResponse.Builder errorInfo(Consumer<SnapshotJobErrorInfo.Builder> errorInfo)
Displays information for the error that caused a job to fail.
This is a convenience method that creates an instance of theSnapshotJobErrorInfo.Builder avoiding
the need to create one manually via SnapshotJobErrorInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to errorInfo(SnapshotJobErrorInfo).
errorInfo - a consumer that will call methods on SnapshotJobErrorInfo.BuildererrorInfo(SnapshotJobErrorInfo)DescribeDashboardSnapshotJobResultResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.DescribeDashboardSnapshotJobResultResponse.Builder status(Integer status)
The HTTP status of the request
status - The HTTP status of the requestCopyright © 2023. All rights reserved.