@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()
The ID for the AWS account that contains the dashboard that you're embedding.
|
static GetDashboardEmbedUrlRequest.Builder |
builder() |
String |
dashboardId()
The ID for the dashboard, also added to the 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 that the user uses to sign in.
|
String |
identityTypeAsString()
The authentication method that the user uses to sign in.
|
Boolean |
resetDisabled()
Remove the reset button on the 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 the embedded dashboard.
|
String |
userArn()
The Amazon QuickSight user's Amazon Resource Name (ARN), for use with
QUICKSIGHT identity type. |
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String awsAccountId()
The ID for the AWS account that contains the dashboard that you're embedding.
public String dashboardId()
The ID for the dashboard, also added to the IAM policy.
public IdentityType identityType()
The authentication method that the user uses to sign in.
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()
.
IdentityType
public String identityTypeAsString()
The authentication method that the user uses to sign in.
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()
.
IdentityType
public Long sessionLifetimeInMinutes()
How many minutes the session is valid. The session lifetime must be 15-600 minutes.
public Boolean undoRedoDisabled()
Remove the undo/redo button on the embedded dashboard. The default is FALSE, which enables the undo/redo button.
public Boolean resetDisabled()
Remove the reset button on the embedded dashboard. The default is FALSE, which enables the reset button.
public String userArn()
The Amazon QuickSight user's Amazon Resource Name (ARN), for use with QUICKSIGHT
identity type. You
can use this for any Amazon QuickSight users in your account (readers, authors, or admins) authenticated as one
of the following:
Active Directory (AD) users or group members
Invited nonfederated users
IAM users and IAM role-based sessions authenticated through Federated Single Sign-On using SAML, OpenID Connect, or IAM federation.
Omit this parameter for users in the third group – IAM users and IAM role-based sessions.
QUICKSIGHT
identity
type. You can use this for any Amazon QuickSight users in your account (readers, authors, or admins)
authenticated as one of the following:
Active Directory (AD) users or group members
Invited nonfederated users
IAM users and IAM role-based sessions authenticated through Federated Single Sign-On using SAML, OpenID Connect, or IAM federation.
Omit this parameter for users in the third group – IAM users and IAM role-based sessions.
public GetDashboardEmbedUrlRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<GetDashboardEmbedUrlRequest.Builder,GetDashboardEmbedUrlRequest>
toBuilder
in class QuickSightRequest
public static GetDashboardEmbedUrlRequest.Builder builder()
public static Class<? extends GetDashboardEmbedUrlRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.