public static interface AccountInfo.Builder extends SdkPojo, CopyableBuilder<AccountInfo.Builder,AccountInfo>
| Modifier and Type | Method and Description |
|---|---|
AccountInfo.Builder |
accountName(String accountName)
The account name that you provided for the Amazon QuickSight subscription in your Amazon Web Services
account.
|
AccountInfo.Builder |
accountSubscriptionStatus(String accountSubscriptionStatus)
The status of your account subscription.
|
AccountInfo.Builder |
authenticationType(String authenticationType)
The way that your Amazon QuickSight account is authenticated.
|
AccountInfo.Builder |
edition(Edition edition)
The edition of your Amazon QuickSight account.
|
AccountInfo.Builder |
edition(String edition)
The edition of your Amazon QuickSight account.
|
AccountInfo.Builder |
iamIdentityCenterInstanceArn(String iamIdentityCenterInstanceArn)
The Amazon Resource Name (ARN) for the IAM Identity Center instance.
|
AccountInfo.Builder |
notificationEmail(String notificationEmail)
The email address that will be used for Amazon QuickSight to send notifications regarding your Amazon Web
Services account or Amazon QuickSight subscription.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccountInfo.Builder accountName(String accountName)
The account name that you provided for the Amazon QuickSight subscription in your Amazon Web Services account. You create this name when you sign up for Amazon QuickSight. It's unique over all of Amazon Web Services, and it appears only when users sign in.
accountName - The account name that you provided for the Amazon QuickSight subscription in your Amazon Web Services
account. You create this name when you sign up for Amazon QuickSight. It's unique over all of Amazon
Web Services, and it appears only when users sign in.AccountInfo.Builder edition(String edition)
The edition of your Amazon QuickSight account.
AccountInfo.Builder edition(Edition edition)
The edition of your Amazon QuickSight account.
AccountInfo.Builder notificationEmail(String notificationEmail)
The email address that will be used for Amazon QuickSight to send notifications regarding your Amazon Web Services account or Amazon QuickSight subscription.
notificationEmail - The email address that will be used for Amazon QuickSight to send notifications regarding your Amazon
Web Services account or Amazon QuickSight subscription.AccountInfo.Builder authenticationType(String authenticationType)
The way that your Amazon QuickSight account is authenticated.
authenticationType - The way that your Amazon QuickSight account is authenticated.AccountInfo.Builder accountSubscriptionStatus(String accountSubscriptionStatus)
The status of your account subscription.
accountSubscriptionStatus - The status of your account subscription.AccountInfo.Builder iamIdentityCenterInstanceArn(String iamIdentityCenterInstanceArn)
The Amazon Resource Name (ARN) for the IAM Identity Center instance.
iamIdentityCenterInstanceArn - The Amazon Resource Name (ARN) for the IAM Identity Center instance.Copyright © 2023. All rights reserved.