Interface GetSessionEmbedUrlResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetSessionEmbedUrlResponse.Builder,GetSessionEmbedUrlResponse>,QuickSightResponse.Builder,SdkBuilder<GetSessionEmbedUrlResponse.Builder,GetSessionEmbedUrlResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetSessionEmbedUrlResponse
@Mutable @NotThreadSafe public static interface GetSessionEmbedUrlResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<GetSessionEmbedUrlResponse.Builder,GetSessionEmbedUrlResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSessionEmbedUrlResponse.BuilderembedUrl(String embedUrl)A single-use URL that you can put into your server-side web page to embed your QuickSight session.GetSessionEmbedUrlResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.GetSessionEmbedUrlResponse.Builderstatus(Integer status)The HTTP status of the request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
embedUrl
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_codevalue that enables one (and only one) sign-on to a user session that is valid for 10 hours.- Parameters:
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 anauth_codevalue that enables one (and only one) sign-on to a user session that is valid for 10 hours.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
GetSessionEmbedUrlResponse.Builder status(Integer status)
The HTTP status of the request.
- Parameters:
status- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
GetSessionEmbedUrlResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
- Parameters:
requestId- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-