public static interface GetDashboardEmbedUrlResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<GetDashboardEmbedUrlResponse.Builder,GetDashboardEmbedUrlResponse>
Modifier and Type | Method and Description |
---|---|
GetDashboardEmbedUrlResponse.Builder |
embedUrl(String embedUrl)
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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetDashboardEmbedUrlResponse.Builder embedUrl(String embedUrl)
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 that enables a single-signon session.
embedUrl
- 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
that enables a single-signon 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 © 2019. All rights reserved.