Uses of Interface
software.amazon.awssdk.services.quicksight.model.StartDashboardSnapshotJobResponse.Builder
-
Packages that use StartDashboardSnapshotJobResponse.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of StartDashboardSnapshotJobResponse.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return StartDashboardSnapshotJobResponse.Builder Modifier and Type Method Description StartDashboardSnapshotJobResponse.BuilderStartDashboardSnapshotJobResponse.Builder. arn(String arn)The Amazon Resource Name (ARN) for the dashboard snapshot job.static StartDashboardSnapshotJobResponse.BuilderStartDashboardSnapshotJobResponse. builder()StartDashboardSnapshotJobResponse.BuilderStartDashboardSnapshotJobResponse.Builder. requestId(String requestId)The Amazon Web Services request ID for this operation.StartDashboardSnapshotJobResponse.BuilderStartDashboardSnapshotJobResponse.Builder. snapshotJobId(String snapshotJobId)The ID of the job.StartDashboardSnapshotJobResponse.BuilderStartDashboardSnapshotJobResponse.Builder. status(Integer status)The HTTP status of the requestStartDashboardSnapshotJobResponse.BuilderStartDashboardSnapshotJobResponse. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type StartDashboardSnapshotJobResponse.Builder Modifier and Type Method Description static Class<? extends StartDashboardSnapshotJobResponse.Builder>StartDashboardSnapshotJobResponse. serializableBuilderClass()
-