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 Quick Sight account.directoryType
(String directoryType) The type of Active Directory that is being used to authenticate the Amazon Quick Sight account.A Boolean that isTRUE
if the Amazon Quick Sight uses IAM as an authentication method.userLoginName
(String userLoginName) The user login name for your Amazon Quick Sight 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 Amazon Quick Sight uses IAM as an authentication method.- Parameters:
iamUser
- A Boolean that isTRUE
if the Amazon Quick Sight 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 Amazon Quick Sight account.
- Parameters:
userLoginName
- The user login name for your Amazon Quick Sight account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountName
The name of your Quick Sight account.
- Parameters:
accountName
- The name of your Quick Sight 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 Amazon Quick Sight account. Valid values are
SIMPLE_AD
,AD_CONNECTOR
, andMICROSOFT_AD
.- Parameters:
directoryType
- The type of Active Directory that is being used to authenticate the Amazon Quick Sight account. Valid values areSIMPLE_AD
,AD_CONNECTOR
, andMICROSOFT_AD
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-