@Generated(value="software.amazon.awssdk:codegen") public final class GetDashboardEmbedUrlRequest extends QuickSightRequest implements ToCopyableBuilder<GetDashboardEmbedUrlRequest.Builder,GetDashboardEmbedUrlRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetDashboardEmbedUrlRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountId()
AWS account ID that contains the dashboard you are embedding.
|
static GetDashboardEmbedUrlRequest.Builder |
builder() |
String |
dashboardId()
The ID for the dashboard, also added to IAM policy
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IdentityType |
identityType()
The authentication method the user uses to sign in (IAM only).
|
String |
identityTypeAsString()
The authentication method the user uses to sign in (IAM only).
|
Boolean |
resetDisabled()
Remove the reset button on embedded dashboard.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetDashboardEmbedUrlRequest.Builder> |
serializableBuilderClass() |
Long |
sessionLifetimeInMinutes()
How many minutes the session is valid.
|
GetDashboardEmbedUrlRequest.Builder |
toBuilder() |
String |
toString() |
Boolean |
undoRedoDisabled()
Remove the undo/redo button on embedded dashboard.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String awsAccountId()
AWS account ID that contains the dashboard you are embedding.
public String dashboardId()
The ID for the dashboard, also added to IAM policy
public IdentityType identityType()
The authentication method the user uses to sign in (IAM only).
If the service returns an enum value that is not available in the current SDK version, identityType will
return IdentityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
identityTypeAsString().
IdentityTypepublic String identityTypeAsString()
The authentication method the user uses to sign in (IAM only).
If the service returns an enum value that is not available in the current SDK version, identityType will
return IdentityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
identityTypeAsString().
IdentityTypepublic Long sessionLifetimeInMinutes()
How many minutes the session is valid. The session lifetime must be between 15 and 600 minutes.
public Boolean undoRedoDisabled()
Remove the undo/redo button on embedded dashboard. The default is FALSE, which enables the undo/redo button.
public Boolean resetDisabled()
Remove the reset button on embedded dashboard. The default is FALSE, which allows the reset button.
public GetDashboardEmbedUrlRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetDashboardEmbedUrlRequest.Builder,GetDashboardEmbedUrlRequest>toBuilder in class QuickSightRequestpublic static GetDashboardEmbedUrlRequest.Builder builder()
public static Class<? extends GetDashboardEmbedUrlRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.