Interface SignupResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SignupResponse.Builder,SignupResponse>,SdkBuilder<SignupResponse.Builder,SignupResponse>,SdkPojo
- Enclosing class:
- SignupResponse
@Mutable @NotThreadSafe public static interface SignupResponse.Builder extends SdkPojo, CopyableBuilder<SignupResponse.Builder,SignupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SignupResponse.BuilderaccountName(String accountName)The name of your QuickSight account.SignupResponse.BuilderdirectoryType(String directoryType)The type of Active Directory that is being used to authenticate the QuickSight account.SignupResponse.BuilderiamUser(Boolean iamUser)A Boolean that isTRUEif the QuickSight uses IAM as an authentication method.SignupResponse.BuilderuserLoginName(String userLoginName)The user login name for your QuickSight account.-
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 Detail
-
iamUser
SignupResponse.Builder iamUser(Boolean iamUser)
A Boolean that is
TRUEif the QuickSight uses IAM as an authentication method.- Parameters:
iamUser- A Boolean that isTRUEif the QuickSight uses IAM as an authentication method.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userLoginName
SignupResponse.Builder userLoginName(String userLoginName)
The user login name for your QuickSight account.
- Parameters:
userLoginName- The user login name for your QuickSight account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountName
SignupResponse.Builder accountName(String accountName)
The name of your QuickSight account.
- Parameters:
accountName- The name of your QuickSight account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
directoryType
SignupResponse.Builder directoryType(String directoryType)
The type of Active Directory that is being used to authenticate the QuickSight account. Valid values are
SIMPLE_AD,AD_CONNECTOR, andMICROSOFT_AD.- Parameters:
directoryType- The type of Active Directory that is being used to authenticate the QuickSight account. Valid values areSIMPLE_AD,AD_CONNECTOR, andMICROSOFT_AD.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-