Interface AccountInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AccountInfo.Builder,
,AccountInfo> SdkBuilder<AccountInfo.Builder,
,AccountInfo> SdkPojo
- Enclosing class:
AccountInfo
@Mutable
@NotThreadSafe
public static interface AccountInfo.Builder
extends SdkPojo, CopyableBuilder<AccountInfo.Builder,AccountInfo>
-
Method Summary
Modifier and TypeMethodDescriptionaccountName
(String accountName) The account name that you provided for the Amazon QuickSight subscription in your Amazon Web Services account.accountSubscriptionStatus
(String accountSubscriptionStatus) The status of your account subscription.authenticationType
(String authenticationType) The way that your Amazon QuickSight account is authenticated.The edition of your Amazon QuickSight account.The edition of your Amazon QuickSight account.iamIdentityCenterInstanceArn
(String iamIdentityCenterInstanceArn) The Amazon Resource Name (ARN) for the IAM Identity Center instance.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edition
The edition of your Amazon QuickSight account.
- Parameters:
edition
- The edition of your Amazon QuickSight account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
edition
The edition of your Amazon QuickSight account.
- Parameters:
edition
- The edition of your Amazon QuickSight account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
notificationEmail
The email address that will be used for Amazon QuickSight to send notifications regarding your Amazon Web Services account or Amazon QuickSight subscription.
- Parameters:
notificationEmail
- The email address that will be used for Amazon QuickSight to send notifications regarding your Amazon Web Services account or Amazon QuickSight subscription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationType
The way that your Amazon QuickSight account is authenticated.
- Parameters:
authenticationType
- The way that your Amazon QuickSight account is authenticated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountSubscriptionStatus
The status of your account subscription.
- Parameters:
accountSubscriptionStatus
- The status of your account subscription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamIdentityCenterInstanceArn
The Amazon Resource Name (ARN) for the IAM Identity Center instance.
- Parameters:
iamIdentityCenterInstanceArn
- The Amazon Resource Name (ARN) for the IAM Identity Center instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-