@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAccountSubscriptionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
CreateAccountSubscriptionRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateAccountSubscriptionRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getAccountName()
 The name of your Amazon QuickSight account. 
 | 
String | 
getActiveDirectoryName()
 The name of your Active Directory. 
 | 
List<String> | 
getAdminGroup()
 The admin group associated with your Active Directory or IAM Identity Center account. 
 | 
List<String> | 
getAdminProGroup()
 The admin pro group associated with your Active Directory or IAM Identity Center account. 
 | 
String | 
getAuthenticationMethod()
 The method that you want to use to authenticate your Amazon QuickSight account. 
 | 
List<String> | 
getAuthorGroup()
 The author group associated with your Active Directory or IAM Identity Center account. 
 | 
List<String> | 
getAuthorProGroup()
 The author pro group associated with your Active Directory or IAM Identity Center account. 
 | 
String | 
getAwsAccountId()
 The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight account. 
 | 
String | 
getContactNumber()
 A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications. 
 | 
String | 
getDirectoryId()
 The ID of the Active Directory that is associated with your Amazon QuickSight account. 
 | 
String | 
getEdition()
 The edition of Amazon QuickSight that you want your account to have. 
 | 
String | 
getEmailAddress()
 The email address of the author of the Amazon QuickSight account to use for future communications. 
 | 
String | 
getFirstName()
 The first name of the author of the Amazon QuickSight account to use for future communications. 
 | 
String | 
getIAMIdentityCenterInstanceArn()
 The Amazon Resource Name (ARN) for the IAM Identity Center instance. 
 | 
String | 
getLastName()
 The last name of the author of the Amazon QuickSight account to use for future communications. 
 | 
String | 
getNotificationEmail()
 The email address that you want Amazon QuickSight to send notifications to regarding your Amazon QuickSight
 account or Amazon QuickSight subscription. 
 | 
List<String> | 
getReaderGroup()
 The reader group associated with your Active Directory or IAM Identity Center account. 
 | 
List<String> | 
getReaderProGroup()
 The reader pro group associated with your Active Directory or IAM Identity Center account. 
 | 
String | 
getRealm()
 The realm of the Active Directory that is associated with your Amazon QuickSight account. 
 | 
int | 
hashCode()  | 
void | 
setAccountName(String accountName)
 The name of your Amazon QuickSight account. 
 | 
void | 
setActiveDirectoryName(String activeDirectoryName)
 The name of your Active Directory. 
 | 
void | 
setAdminGroup(Collection<String> adminGroup)
 The admin group associated with your Active Directory or IAM Identity Center account. 
 | 
void | 
setAdminProGroup(Collection<String> adminProGroup)
 The admin pro group associated with your Active Directory or IAM Identity Center account. 
 | 
void | 
setAuthenticationMethod(String authenticationMethod)
 The method that you want to use to authenticate your Amazon QuickSight account. 
 | 
void | 
setAuthorGroup(Collection<String> authorGroup)
 The author group associated with your Active Directory or IAM Identity Center account. 
 | 
void | 
setAuthorProGroup(Collection<String> authorProGroup)
 The author pro group associated with your Active Directory or IAM Identity Center account. 
 | 
void | 
setAwsAccountId(String awsAccountId)
 The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight account. 
 | 
void | 
setContactNumber(String contactNumber)
 A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications. 
 | 
void | 
setDirectoryId(String directoryId)
 The ID of the Active Directory that is associated with your Amazon QuickSight account. 
 | 
void | 
setEdition(String edition)
 The edition of Amazon QuickSight that you want your account to have. 
 | 
void | 
setEmailAddress(String emailAddress)
 The email address of the author of the Amazon QuickSight account to use for future communications. 
 | 
void | 
setFirstName(String firstName)
 The first name of the author of the Amazon QuickSight account to use for future communications. 
 | 
void | 
setIAMIdentityCenterInstanceArn(String iAMIdentityCenterInstanceArn)
 The Amazon Resource Name (ARN) for the IAM Identity Center instance. 
 | 
void | 
setLastName(String lastName)
 The last name of the author of the Amazon QuickSight account to use for future communications. 
 | 
void | 
setNotificationEmail(String notificationEmail)
 The email address that you want Amazon QuickSight to send notifications to regarding your Amazon QuickSight
 account or Amazon QuickSight subscription. 
 | 
void | 
setReaderGroup(Collection<String> readerGroup)
 The reader group associated with your Active Directory or IAM Identity Center account. 
 | 
void | 
setReaderProGroup(Collection<String> readerProGroup)
 The reader pro group associated with your Active Directory or IAM Identity Center account. 
 | 
void | 
setRealm(String realm)
 The realm of the Active Directory that is associated with your Amazon QuickSight account. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateAccountSubscriptionRequest | 
withAccountName(String accountName)
 The name of your Amazon QuickSight account. 
 | 
CreateAccountSubscriptionRequest | 
withActiveDirectoryName(String activeDirectoryName)
 The name of your Active Directory. 
 | 
CreateAccountSubscriptionRequest | 
withAdminGroup(Collection<String> adminGroup)
 The admin group associated with your Active Directory or IAM Identity Center account. 
 | 
CreateAccountSubscriptionRequest | 
withAdminGroup(String... adminGroup)
 The admin group associated with your Active Directory or IAM Identity Center account. 
 | 
CreateAccountSubscriptionRequest | 
withAdminProGroup(Collection<String> adminProGroup)
 The admin pro group associated with your Active Directory or IAM Identity Center account. 
 | 
CreateAccountSubscriptionRequest | 
withAdminProGroup(String... adminProGroup)
 The admin pro group associated with your Active Directory or IAM Identity Center account. 
 | 
CreateAccountSubscriptionRequest | 
withAuthenticationMethod(AuthenticationMethodOption authenticationMethod)
 The method that you want to use to authenticate your Amazon QuickSight account. 
 | 
CreateAccountSubscriptionRequest | 
withAuthenticationMethod(String authenticationMethod)
 The method that you want to use to authenticate your Amazon QuickSight account. 
 | 
CreateAccountSubscriptionRequest | 
withAuthorGroup(Collection<String> authorGroup)
 The author group associated with your Active Directory or IAM Identity Center account. 
 | 
CreateAccountSubscriptionRequest | 
withAuthorGroup(String... authorGroup)
 The author group associated with your Active Directory or IAM Identity Center account. 
 | 
CreateAccountSubscriptionRequest | 
withAuthorProGroup(Collection<String> authorProGroup)
 The author pro group associated with your Active Directory or IAM Identity Center account. 
 | 
CreateAccountSubscriptionRequest | 
withAuthorProGroup(String... authorProGroup)
 The author pro group associated with your Active Directory or IAM Identity Center account. 
 | 
CreateAccountSubscriptionRequest | 
withAwsAccountId(String awsAccountId)
 The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight account. 
 | 
CreateAccountSubscriptionRequest | 
withContactNumber(String contactNumber)
 A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications. 
 | 
CreateAccountSubscriptionRequest | 
withDirectoryId(String directoryId)
 The ID of the Active Directory that is associated with your Amazon QuickSight account. 
 | 
CreateAccountSubscriptionRequest | 
withEdition(Edition edition)
 The edition of Amazon QuickSight that you want your account to have. 
 | 
CreateAccountSubscriptionRequest | 
withEdition(String edition)
 The edition of Amazon QuickSight that you want your account to have. 
 | 
CreateAccountSubscriptionRequest | 
withEmailAddress(String emailAddress)
 The email address of the author of the Amazon QuickSight account to use for future communications. 
 | 
CreateAccountSubscriptionRequest | 
withFirstName(String firstName)
 The first name of the author of the Amazon QuickSight account to use for future communications. 
 | 
CreateAccountSubscriptionRequest | 
withIAMIdentityCenterInstanceArn(String iAMIdentityCenterInstanceArn)
 The Amazon Resource Name (ARN) for the IAM Identity Center instance. 
 | 
CreateAccountSubscriptionRequest | 
withLastName(String lastName)
 The last name of the author of the Amazon QuickSight account to use for future communications. 
 | 
CreateAccountSubscriptionRequest | 
withNotificationEmail(String notificationEmail)
 The email address that you want Amazon QuickSight to send notifications to regarding your Amazon QuickSight
 account or Amazon QuickSight subscription. 
 | 
CreateAccountSubscriptionRequest | 
withReaderGroup(Collection<String> readerGroup)
 The reader group associated with your Active Directory or IAM Identity Center account. 
 | 
CreateAccountSubscriptionRequest | 
withReaderGroup(String... readerGroup)
 The reader group associated with your Active Directory or IAM Identity Center account. 
 | 
CreateAccountSubscriptionRequest | 
withReaderProGroup(Collection<String> readerProGroup)
 The reader pro group associated with your Active Directory or IAM Identity Center account. 
 | 
CreateAccountSubscriptionRequest | 
withReaderProGroup(String... readerProGroup)
 The reader pro group associated with your Active Directory or IAM Identity Center account. 
 | 
CreateAccountSubscriptionRequest | 
withRealm(String realm)
 The realm of the Active Directory that is associated with your Amazon QuickSight account. 
 | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setEdition(String edition)
 The edition of Amazon QuickSight that you want your account to have. Currently, you can choose from
 ENTERPRISE or ENTERPRISE_AND_Q.
 
 If you choose ENTERPRISE_AND_Q, the following parameters are required:
 
 FirstName
 
 LastName
 
 EmailAddress
 
 ContactNumber
 
edition - The edition of Amazon QuickSight that you want your account to have. Currently, you can choose from
        ENTERPRISE or ENTERPRISE_AND_Q.
        
        If you choose ENTERPRISE_AND_Q, the following parameters are required:
        
        FirstName
        
        LastName
        
        EmailAddress
        
        ContactNumber
        
Editionpublic String getEdition()
 The edition of Amazon QuickSight that you want your account to have. Currently, you can choose from
 ENTERPRISE or ENTERPRISE_AND_Q.
 
 If you choose ENTERPRISE_AND_Q, the following parameters are required:
 
 FirstName
 
 LastName
 
 EmailAddress
 
 ContactNumber
 
ENTERPRISE or ENTERPRISE_AND_Q.
         
         If you choose ENTERPRISE_AND_Q, the following parameters are required:
         
         FirstName
         
         LastName
         
         EmailAddress
         
         ContactNumber
         
Editionpublic CreateAccountSubscriptionRequest withEdition(String edition)
 The edition of Amazon QuickSight that you want your account to have. Currently, you can choose from
 ENTERPRISE or ENTERPRISE_AND_Q.
 
 If you choose ENTERPRISE_AND_Q, the following parameters are required:
 
 FirstName
 
 LastName
 
 EmailAddress
 
 ContactNumber
 
edition - The edition of Amazon QuickSight that you want your account to have. Currently, you can choose from
        ENTERPRISE or ENTERPRISE_AND_Q.
        
        If you choose ENTERPRISE_AND_Q, the following parameters are required:
        
        FirstName
        
        LastName
        
        EmailAddress
        
        ContactNumber
        
Editionpublic CreateAccountSubscriptionRequest withEdition(Edition edition)
 The edition of Amazon QuickSight that you want your account to have. Currently, you can choose from
 ENTERPRISE or ENTERPRISE_AND_Q.
 
 If you choose ENTERPRISE_AND_Q, the following parameters are required:
 
 FirstName
 
 LastName
 
 EmailAddress
 
 ContactNumber
 
edition - The edition of Amazon QuickSight that you want your account to have. Currently, you can choose from
        ENTERPRISE or ENTERPRISE_AND_Q.
        
        If you choose ENTERPRISE_AND_Q, the following parameters are required:
        
        FirstName
        
        LastName
        
        EmailAddress
        
        ContactNumber
        
Editionpublic void setAuthenticationMethod(String authenticationMethod)
The method that you want to use to authenticate your Amazon QuickSight account.
 If you choose ACTIVE_DIRECTORY, provide an ActiveDirectoryName and an
 AdminGroup associated with your Active Directory.
 
 If you choose IAM_IDENTITY_CENTER, provide an AdminGroup associated with your IAM
 Identity Center account.
 
authenticationMethod - The method that you want to use to authenticate your Amazon QuickSight account.
        
        If you choose ACTIVE_DIRECTORY, provide an ActiveDirectoryName and an
        AdminGroup associated with your Active Directory.
        
        If you choose IAM_IDENTITY_CENTER, provide an AdminGroup associated with your
        IAM Identity Center account.
AuthenticationMethodOptionpublic String getAuthenticationMethod()
The method that you want to use to authenticate your Amazon QuickSight account.
 If you choose ACTIVE_DIRECTORY, provide an ActiveDirectoryName and an
 AdminGroup associated with your Active Directory.
 
 If you choose IAM_IDENTITY_CENTER, provide an AdminGroup associated with your IAM
 Identity Center account.
 
         If you choose ACTIVE_DIRECTORY, provide an ActiveDirectoryName and an
         AdminGroup associated with your Active Directory.
         
         If you choose IAM_IDENTITY_CENTER, provide an AdminGroup associated with your
         IAM Identity Center account.
AuthenticationMethodOptionpublic CreateAccountSubscriptionRequest withAuthenticationMethod(String authenticationMethod)
The method that you want to use to authenticate your Amazon QuickSight account.
 If you choose ACTIVE_DIRECTORY, provide an ActiveDirectoryName and an
 AdminGroup associated with your Active Directory.
 
 If you choose IAM_IDENTITY_CENTER, provide an AdminGroup associated with your IAM
 Identity Center account.
 
authenticationMethod - The method that you want to use to authenticate your Amazon QuickSight account.
        
        If you choose ACTIVE_DIRECTORY, provide an ActiveDirectoryName and an
        AdminGroup associated with your Active Directory.
        
        If you choose IAM_IDENTITY_CENTER, provide an AdminGroup associated with your
        IAM Identity Center account.
AuthenticationMethodOptionpublic CreateAccountSubscriptionRequest withAuthenticationMethod(AuthenticationMethodOption authenticationMethod)
The method that you want to use to authenticate your Amazon QuickSight account.
 If you choose ACTIVE_DIRECTORY, provide an ActiveDirectoryName and an
 AdminGroup associated with your Active Directory.
 
 If you choose IAM_IDENTITY_CENTER, provide an AdminGroup associated with your IAM
 Identity Center account.
 
authenticationMethod - The method that you want to use to authenticate your Amazon QuickSight account.
        
        If you choose ACTIVE_DIRECTORY, provide an ActiveDirectoryName and an
        AdminGroup associated with your Active Directory.
        
        If you choose IAM_IDENTITY_CENTER, provide an AdminGroup associated with your
        IAM Identity Center account.
AuthenticationMethodOptionpublic void setAwsAccountId(String awsAccountId)
The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight account.
awsAccountId - The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight
        account.public String getAwsAccountId()
The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight account.
public CreateAccountSubscriptionRequest withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight account.
awsAccountId - The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight
        account.public void setAccountName(String accountName)
 The name of your Amazon QuickSight account. This name is unique over all of Amazon Web Services, and it appears
 only when users sign in. You can't change AccountName value after the Amazon QuickSight account is
 created.
 
accountName - The name of your Amazon QuickSight account. This name is unique over all of Amazon Web Services, and it
        appears only when users sign in. You can't change AccountName value after the Amazon
        QuickSight account is created.public String getAccountName()
 The name of your Amazon QuickSight account. This name is unique over all of Amazon Web Services, and it appears
 only when users sign in. You can't change AccountName value after the Amazon QuickSight account is
 created.
 
AccountName value after the Amazon
         QuickSight account is created.public CreateAccountSubscriptionRequest withAccountName(String accountName)
 The name of your Amazon QuickSight account. This name is unique over all of Amazon Web Services, and it appears
 only when users sign in. You can't change AccountName value after the Amazon QuickSight account is
 created.
 
accountName - The name of your Amazon QuickSight account. This name is unique over all of Amazon Web Services, and it
        appears only when users sign in. You can't change AccountName value after the Amazon
        QuickSight account is created.public void setNotificationEmail(String notificationEmail)
The email address that you want Amazon QuickSight to send notifications to regarding your Amazon QuickSight account or Amazon QuickSight subscription.
notificationEmail - The email address that you want Amazon QuickSight to send notifications to regarding your Amazon
        QuickSight account or Amazon QuickSight subscription.public String getNotificationEmail()
The email address that you want Amazon QuickSight to send notifications to regarding your Amazon QuickSight account or Amazon QuickSight subscription.
public CreateAccountSubscriptionRequest withNotificationEmail(String notificationEmail)
The email address that you want Amazon QuickSight to send notifications to regarding your Amazon QuickSight account or Amazon QuickSight subscription.
notificationEmail - The email address that you want Amazon QuickSight to send notifications to regarding your Amazon
        QuickSight account or Amazon QuickSight subscription.public void setActiveDirectoryName(String activeDirectoryName)
 The name of your Active Directory. This field is required if ACTIVE_DIRECTORY is the selected
 authentication method of the new Amazon QuickSight account.
 
activeDirectoryName - The name of your Active Directory. This field is required if ACTIVE_DIRECTORY is the selected
        authentication method of the new Amazon QuickSight account.public String getActiveDirectoryName()
 The name of your Active Directory. This field is required if ACTIVE_DIRECTORY is the selected
 authentication method of the new Amazon QuickSight account.
 
ACTIVE_DIRECTORY is the
         selected authentication method of the new Amazon QuickSight account.public CreateAccountSubscriptionRequest withActiveDirectoryName(String activeDirectoryName)
 The name of your Active Directory. This field is required if ACTIVE_DIRECTORY is the selected
 authentication method of the new Amazon QuickSight account.
 
activeDirectoryName - The name of your Active Directory. This field is required if ACTIVE_DIRECTORY is the selected
        authentication method of the new Amazon QuickSight account.public void setRealm(String realm)
 The realm of the Active Directory that is associated with your Amazon QuickSight account. This field is required
 if ACTIVE_DIRECTORY is the selected authentication method of the new Amazon QuickSight account.
 
realm - The realm of the Active Directory that is associated with your Amazon QuickSight account. This field is
        required if ACTIVE_DIRECTORY is the selected authentication method of the new Amazon
        QuickSight account.public String getRealm()
 The realm of the Active Directory that is associated with your Amazon QuickSight account. This field is required
 if ACTIVE_DIRECTORY is the selected authentication method of the new Amazon QuickSight account.
 
ACTIVE_DIRECTORY is the selected authentication method of the new Amazon
         QuickSight account.public CreateAccountSubscriptionRequest withRealm(String realm)
 The realm of the Active Directory that is associated with your Amazon QuickSight account. This field is required
 if ACTIVE_DIRECTORY is the selected authentication method of the new Amazon QuickSight account.
 
realm - The realm of the Active Directory that is associated with your Amazon QuickSight account. This field is
        required if ACTIVE_DIRECTORY is the selected authentication method of the new Amazon
        QuickSight account.public void setDirectoryId(String directoryId)
The ID of the Active Directory that is associated with your Amazon QuickSight account.
directoryId - The ID of the Active Directory that is associated with your Amazon QuickSight account.public String getDirectoryId()
The ID of the Active Directory that is associated with your Amazon QuickSight account.
public CreateAccountSubscriptionRequest withDirectoryId(String directoryId)
The ID of the Active Directory that is associated with your Amazon QuickSight account.
directoryId - The ID of the Active Directory that is associated with your Amazon QuickSight account.public List<String> getAdminGroup()
 The admin group associated with your Active Directory or IAM Identity Center account. Either this field or the
 AdminProGroup field is required if ACTIVE_DIRECTORY or IAM_IDENTITY_CENTER
 is the selected authentication method of the new Amazon QuickSight account.
 
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
AdminProGroup field is required if ACTIVE_DIRECTORY or
         IAM_IDENTITY_CENTER is the selected authentication method of the new Amazon QuickSight
         account.
         For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public void setAdminGroup(Collection<String> adminGroup)
 The admin group associated with your Active Directory or IAM Identity Center account. Either this field or the
 AdminProGroup field is required if ACTIVE_DIRECTORY or IAM_IDENTITY_CENTER
 is the selected authentication method of the new Amazon QuickSight account.
 
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
adminGroup - The admin group associated with your Active Directory or IAM Identity Center account. Either this field or
        the AdminProGroup field is required if ACTIVE_DIRECTORY or
        IAM_IDENTITY_CENTER is the selected authentication method of the new Amazon QuickSight
        account.
        For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public CreateAccountSubscriptionRequest withAdminGroup(String... adminGroup)
 The admin group associated with your Active Directory or IAM Identity Center account. Either this field or the
 AdminProGroup field is required if ACTIVE_DIRECTORY or IAM_IDENTITY_CENTER
 is the selected authentication method of the new Amazon QuickSight account.
 
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
 NOTE: This method appends the values to the existing list (if any). Use
 setAdminGroup(java.util.Collection) or withAdminGroup(java.util.Collection) if you want to
 override the existing values.
 
adminGroup - The admin group associated with your Active Directory or IAM Identity Center account. Either this field or
        the AdminProGroup field is required if ACTIVE_DIRECTORY or
        IAM_IDENTITY_CENTER is the selected authentication method of the new Amazon QuickSight
        account.
        For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public CreateAccountSubscriptionRequest withAdminGroup(Collection<String> adminGroup)
 The admin group associated with your Active Directory or IAM Identity Center account. Either this field or the
 AdminProGroup field is required if ACTIVE_DIRECTORY or IAM_IDENTITY_CENTER
 is the selected authentication method of the new Amazon QuickSight account.
 
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
adminGroup - The admin group associated with your Active Directory or IAM Identity Center account. Either this field or
        the AdminProGroup field is required if ACTIVE_DIRECTORY or
        IAM_IDENTITY_CENTER is the selected authentication method of the new Amazon QuickSight
        account.
        For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public List<String> getAuthorGroup()
The author group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public void setAuthorGroup(Collection<String> authorGroup)
The author group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
authorGroup - The author group associated with your Active Directory or IAM Identity Center account.
        For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public CreateAccountSubscriptionRequest withAuthorGroup(String... authorGroup)
The author group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
 NOTE: This method appends the values to the existing list (if any). Use
 setAuthorGroup(java.util.Collection) or withAuthorGroup(java.util.Collection) if you want to
 override the existing values.
 
authorGroup - The author group associated with your Active Directory or IAM Identity Center account.
        For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public CreateAccountSubscriptionRequest withAuthorGroup(Collection<String> authorGroup)
The author group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
authorGroup - The author group associated with your Active Directory or IAM Identity Center account.
        For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public List<String> getReaderGroup()
The reader group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public void setReaderGroup(Collection<String> readerGroup)
The reader group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
readerGroup - The reader group associated with your Active Directory or IAM Identity Center account.
        For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public CreateAccountSubscriptionRequest withReaderGroup(String... readerGroup)
The reader group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
 NOTE: This method appends the values to the existing list (if any). Use
 setReaderGroup(java.util.Collection) or withReaderGroup(java.util.Collection) if you want to
 override the existing values.
 
readerGroup - The reader group associated with your Active Directory or IAM Identity Center account.
        For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public CreateAccountSubscriptionRequest withReaderGroup(Collection<String> readerGroup)
The reader group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
readerGroup - The reader group associated with your Active Directory or IAM Identity Center account.
        For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public List<String> getAdminProGroup()
 The admin pro group associated with your Active Directory or IAM Identity Center account. Either this field or
 the AdminGroup field is required if ACTIVE_DIRECTORY or
 IAM_IDENTITY_CENTER is the selected authentication method of the new Amazon QuickSight account.
 
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
AdminGroup field is required if ACTIVE_DIRECTORY or
         IAM_IDENTITY_CENTER is the selected authentication method of the new Amazon QuickSight
         account.
         For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public void setAdminProGroup(Collection<String> adminProGroup)
 The admin pro group associated with your Active Directory or IAM Identity Center account. Either this field or
 the AdminGroup field is required if ACTIVE_DIRECTORY or
 IAM_IDENTITY_CENTER is the selected authentication method of the new Amazon QuickSight account.
 
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
adminProGroup - The admin pro group associated with your Active Directory or IAM Identity Center account. Either this
        field or the AdminGroup field is required if ACTIVE_DIRECTORY or
        IAM_IDENTITY_CENTER is the selected authentication method of the new Amazon QuickSight
        account.
        For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public CreateAccountSubscriptionRequest withAdminProGroup(String... adminProGroup)
 The admin pro group associated with your Active Directory or IAM Identity Center account. Either this field or
 the AdminGroup field is required if ACTIVE_DIRECTORY or
 IAM_IDENTITY_CENTER is the selected authentication method of the new Amazon QuickSight account.
 
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
 NOTE: This method appends the values to the existing list (if any). Use
 setAdminProGroup(java.util.Collection) or withAdminProGroup(java.util.Collection) if you want
 to override the existing values.
 
adminProGroup - The admin pro group associated with your Active Directory or IAM Identity Center account. Either this
        field or the AdminGroup field is required if ACTIVE_DIRECTORY or
        IAM_IDENTITY_CENTER is the selected authentication method of the new Amazon QuickSight
        account.
        For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public CreateAccountSubscriptionRequest withAdminProGroup(Collection<String> adminProGroup)
 The admin pro group associated with your Active Directory or IAM Identity Center account. Either this field or
 the AdminGroup field is required if ACTIVE_DIRECTORY or
 IAM_IDENTITY_CENTER is the selected authentication method of the new Amazon QuickSight account.
 
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
adminProGroup - The admin pro group associated with your Active Directory or IAM Identity Center account. Either this
        field or the AdminGroup field is required if ACTIVE_DIRECTORY or
        IAM_IDENTITY_CENTER is the selected authentication method of the new Amazon QuickSight
        account.
        For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public List<String> getAuthorProGroup()
The author pro group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public void setAuthorProGroup(Collection<String> authorProGroup)
The author pro group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
authorProGroup - The author pro group associated with your Active Directory or IAM Identity Center account.
        For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public CreateAccountSubscriptionRequest withAuthorProGroup(String... authorProGroup)
The author pro group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
 NOTE: This method appends the values to the existing list (if any). Use
 setAuthorProGroup(java.util.Collection) or withAuthorProGroup(java.util.Collection) if you want
 to override the existing values.
 
authorProGroup - The author pro group associated with your Active Directory or IAM Identity Center account.
        For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public CreateAccountSubscriptionRequest withAuthorProGroup(Collection<String> authorProGroup)
The author pro group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
authorProGroup - The author pro group associated with your Active Directory or IAM Identity Center account.
        For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public List<String> getReaderProGroup()
The reader pro group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public void setReaderProGroup(Collection<String> readerProGroup)
The reader pro group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
readerProGroup - The reader pro group associated with your Active Directory or IAM Identity Center account.
        For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public CreateAccountSubscriptionRequest withReaderProGroup(String... readerProGroup)
The reader pro group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
 NOTE: This method appends the values to the existing list (if any). Use
 setReaderProGroup(java.util.Collection) or withReaderProGroup(java.util.Collection) if you want
 to override the existing values.
 
readerProGroup - The reader pro group associated with your Active Directory or IAM Identity Center account.
        For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public CreateAccountSubscriptionRequest withReaderProGroup(Collection<String> readerProGroup)
The reader pro group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
readerProGroup - The reader pro group associated with your Active Directory or IAM Identity Center account.
        For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public void setFirstName(String firstName)
 The first name of the author of the Amazon QuickSight account to use for future communications. This field is
 required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight account.
 
firstName - The first name of the author of the Amazon QuickSight account to use for future communications. This field
        is required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight
        account.public String getFirstName()
 The first name of the author of the Amazon QuickSight account to use for future communications. This field is
 required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight account.
 
ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight
         account.public CreateAccountSubscriptionRequest withFirstName(String firstName)
 The first name of the author of the Amazon QuickSight account to use for future communications. This field is
 required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight account.
 
firstName - The first name of the author of the Amazon QuickSight account to use for future communications. This field
        is required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight
        account.public void setLastName(String lastName)
 The last name of the author of the Amazon QuickSight account to use for future communications. This field is
 required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight account.
 
lastName - The last name of the author of the Amazon QuickSight account to use for future communications. This field
        is required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight
        account.public String getLastName()
 The last name of the author of the Amazon QuickSight account to use for future communications. This field is
 required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight account.
 
ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight
         account.public CreateAccountSubscriptionRequest withLastName(String lastName)
 The last name of the author of the Amazon QuickSight account to use for future communications. This field is
 required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight account.
 
lastName - The last name of the author of the Amazon QuickSight account to use for future communications. This field
        is required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight
        account.public void setEmailAddress(String emailAddress)
 The email address of the author of the Amazon QuickSight account to use for future communications. This field is
 required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight account.
 
emailAddress - The email address of the author of the Amazon QuickSight account to use for future communications. This
        field is required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight
        account.public String getEmailAddress()
 The email address of the author of the Amazon QuickSight account to use for future communications. This field is
 required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight account.
 
ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight
         account.public CreateAccountSubscriptionRequest withEmailAddress(String emailAddress)
 The email address of the author of the Amazon QuickSight account to use for future communications. This field is
 required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight account.
 
emailAddress - The email address of the author of the Amazon QuickSight account to use for future communications. This
        field is required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight
        account.public void setContactNumber(String contactNumber)
 A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications. This
 field is required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight account.
 
contactNumber - A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications.
        This field is required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon
        QuickSight account.public String getContactNumber()
 A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications. This
 field is required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight account.
 
ENTERPPRISE_AND_Q is the selected edition of the new Amazon
         QuickSight account.public CreateAccountSubscriptionRequest withContactNumber(String contactNumber)
 A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications. This
 field is required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight account.
 
contactNumber - A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications.
        This field is required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon
        QuickSight account.public void setIAMIdentityCenterInstanceArn(String iAMIdentityCenterInstanceArn)
The Amazon Resource Name (ARN) for the IAM Identity Center instance.
iAMIdentityCenterInstanceArn - The Amazon Resource Name (ARN) for the IAM Identity Center instance.public String getIAMIdentityCenterInstanceArn()
The Amazon Resource Name (ARN) for the IAM Identity Center instance.
public CreateAccountSubscriptionRequest withIAMIdentityCenterInstanceArn(String iAMIdentityCenterInstanceArn)
The Amazon Resource Name (ARN) for the IAM Identity Center instance.
iAMIdentityCenterInstanceArn - The Amazon Resource Name (ARN) for the IAM Identity Center instance.public String toString()
toString in class ObjectObject.toString()public CreateAccountSubscriptionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()