public static interface GetDashboardEmbedUrlResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<GetDashboardEmbedUrlResponse.Builder,GetDashboardEmbedUrlResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDashboardEmbedUrlResponse.Builder |
embedUrl(String embedUrl)
A single-use URL that you can put into your server-side webpage to embed your dashboard.
|
GetDashboardEmbedUrlResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
GetDashboardEmbedUrlResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDashboardEmbedUrlResponse.Builder embedUrl(String embedUrl)
A single-use URL that you can put into your server-side webpage to embed your dashboard. This URL is valid
for 5 minutes. The API provides the URL with an auth_code value that enables one (and only one)
sign-on to a user session that is valid for 10 hours.
embedUrl - A single-use URL that you can put into your server-side webpage to embed your dashboard. This URL is
valid for 5 minutes. The API provides the URL with an auth_code value that enables one
(and only one) sign-on to a user session that is valid for 10 hours.GetDashboardEmbedUrlResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.GetDashboardEmbedUrlResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.Copyright © 2020. All rights reserved.