public static interface GetDashboardEmbedUrlResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<GetDashboardEmbedUrlResponse.Builder,GetDashboardEmbedUrlResponse>
Modifier and Type | Method and Description |
---|---|
GetDashboardEmbedUrlResponse.Builder |
embedUrl(String embedUrl)
Call the GetDashboardEmbedUrl API to get the URL that you can embed in 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
copy
applyMutation, build
GetDashboardEmbedUrlResponse.Builder embedUrl(String embedUrl)
Call the GetDashboardEmbedUrl API to get the URL that you can embed in 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
- Call the GetDashboardEmbedUrl API to get the URL that you can embed in 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.