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
Modifier and TypeMethodDescriptionaccountName
(String accountName) The name of your QuickSight account.directoryType
(String directoryType) The type of Active Directory that is being used to authenticate the QuickSight account.A Boolean that isTRUE
if the QuickSight uses IAM as an authentication method.userLoginName
(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 Details
-
iamUser
A Boolean that is
TRUE
if the QuickSight uses IAM as an authentication method.- Parameters:
iamUser
- A Boolean that isTRUE
if the QuickSight uses IAM as an authentication method.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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
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.
-