Interface GetDashboardEmbedUrlResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDashboardEmbedUrlResponse.Builder,GetDashboardEmbedUrlResponse>,QuickSightResponse.Builder,SdkBuilder<GetDashboardEmbedUrlResponse.Builder,GetDashboardEmbedUrlResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetDashboardEmbedUrlResponse
public static interface GetDashboardEmbedUrlResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<GetDashboardEmbedUrlResponse.Builder,GetDashboardEmbedUrlResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDashboardEmbedUrlResponse.BuilderembedUrl(String embedUrl)A single-use URL that you can put into your server-side webpage to embed your dashboard.GetDashboardEmbedUrlResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.GetDashboardEmbedUrlResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
embedUrl
GetDashboardEmbedUrlResponse.Builder embedUrl(String embedUrl)
A single-use URL that you can put into your server-side webpage to embed your dashboard. 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 webpage to embed your dashboard. 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
GetDashboardEmbedUrlResponse.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
GetDashboardEmbedUrlResponse.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.
-
-