public static interface SignupResponse.Builder extends SdkPojo, CopyableBuilder<SignupResponse.Builder,SignupResponse>
| Modifier and Type | Method and Description |
|---|---|
SignupResponse.Builder |
accountName(String accountName)
The name of your Amazon QuickSight account.
|
SignupResponse.Builder |
directoryType(String directoryType)
The type of Active Directory that is being used to authenticate the Amazon QuickSight account.
|
SignupResponse.Builder |
iamUser(Boolean iamUser)
A Boolean that is
TRUE if the Amazon QuickSight uses IAM as an authentication method. |
SignupResponse.Builder |
userLoginName(String userLoginName)
The user login name for your Amazon QuickSight account.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSignupResponse.Builder iamUser(Boolean iamUser)
A Boolean that is TRUE if the Amazon QuickSight uses IAM as an authentication method.
iamUser - A Boolean that is TRUE if the Amazon QuickSight uses IAM as an authentication method.SignupResponse.Builder userLoginName(String userLoginName)
The user login name for your Amazon QuickSight account.
userLoginName - The user login name for your Amazon QuickSight account.SignupResponse.Builder accountName(String accountName)
The name of your Amazon QuickSight account.
accountName - The name of your Amazon QuickSight account.SignupResponse.Builder directoryType(String directoryType)
The type of Active Directory that is being used to authenticate the Amazon QuickSight account. Valid values
are SIMPLE_AD, AD_CONNECTOR, and MICROSOFT_AD.
directoryType - The type of Active Directory that is being used to authenticate the Amazon QuickSight account. Valid
values are SIMPLE_AD, AD_CONNECTOR, and MICROSOFT_AD.Copyright © 2023. All rights reserved.