public static interface GetDashboardEmbedUrlResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<GetDashboardEmbedUrlResponse.Builder,GetDashboardEmbedUrlResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDashboardEmbedUrlResponse.Builder |
embedUrl(String embedUrl)
An 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)
An URL that you can put into your server-side webpage to embed your dashboard. This URL is valid for 5
minutes, and the resulting session is valid for 10 hours. The API provides the URL with an
auth_code value that enables a single sign-on session.
embedUrl - An URL that you can put into your server-side webpage to embed your dashboard. This URL is valid for 5
minutes, and the resulting session is valid for 10 hours. The API provides the URL with an
auth_code value that enables a single sign-on session.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.