@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) |
boolean |
equalsBySdkFields(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()
Returns a string representation of this object.
|
Boolean |
undoRedoDisabled()
Remove the undo/redo button on embedded dashboard.
|
String |
userArn()
The Amazon QuickSight user's ARN, for use with
QUICKSIGHT identity type. |
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 String userArn()
The Amazon QuickSight user's ARN, for use with QUICKSIGHT identity type. You can use this for any of
the following:
Amazon QuickSight users in your account (readers, authors, or admins)
AD users
Invited non-federated users
Federated IAM users
Federated IAM role-based sessions
QUICKSIGHT identity type. You can use this
for any of the following:
Amazon QuickSight users in your account (readers, authors, or admins)
AD users
Invited non-federated users
Federated IAM users
Federated IAM role-based sessions
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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.