Interface AccountInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccountInfo.Builder,AccountInfo>,SdkBuilder<AccountInfo.Builder,AccountInfo>,SdkPojo
- Enclosing class:
- AccountInfo
public static interface AccountInfo.Builder extends SdkPojo, CopyableBuilder<AccountInfo.Builder,AccountInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountInfo.BuilderaccountName(String accountName)The account name that you provided for the Amazon QuickSight subscription in your Amazon Web Services account.AccountInfo.BuilderaccountSubscriptionStatus(String accountSubscriptionStatus)The status of your account subscription.AccountInfo.BuilderauthenticationType(String authenticationType)The way that your Amazon QuickSight account is authenticated.AccountInfo.Builderedition(String edition)The edition of your Amazon QuickSight account.AccountInfo.Builderedition(Edition edition)The edition of your Amazon QuickSight account.AccountInfo.BuilderiamIdentityCenterInstanceArn(String iamIdentityCenterInstanceArn)The Amazon Resource Name (ARN) for the IAM Identity Center instance.AccountInfo.BuildernotificationEmail(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, sdkFields
-
-
-
-
Method Detail
-
accountName
AccountInfo.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.
- 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
AccountInfo.Builder edition(String edition)
The edition of your Amazon QuickSight account.
-
edition
AccountInfo.Builder edition(Edition edition)
The edition of your Amazon QuickSight account.
-
notificationEmail
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.
- 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
AccountInfo.Builder authenticationType(String 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
AccountInfo.Builder accountSubscriptionStatus(String 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
AccountInfo.Builder iamIdentityCenterInstanceArn(String 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.
-
-