public static interface GetSessionEmbedUrlResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<GetSessionEmbedUrlResponse.Builder,GetSessionEmbedUrlResponse>
Modifier and Type | Method and Description |
---|---|
GetSessionEmbedUrlResponse.Builder |
embedUrl(String embedUrl)
A single-use URL that you can put into your server-side web page to embed your QuickSight session.
|
GetSessionEmbedUrlResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
GetSessionEmbedUrlResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetSessionEmbedUrlResponse.Builder embedUrl(String embedUrl)
A single-use URL that you can put into your server-side web page to embed your QuickSight session. This URL
is valid for 5 minutes. The API operation 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 web page to embed your QuickSight session.
This URL is valid for 5 minutes. The API operation 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.GetSessionEmbedUrlResponse.Builder status(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.GetSessionEmbedUrlResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.Copyright © 2020. All rights reserved.