public static interface Account.Builder extends SdkPojo, CopyableBuilder<Account.Builder,Account>
| Modifier and Type | Method and Description |
|---|---|
Account.Builder |
accountId(String accountId)
The Amazon Chime account ID.
|
Account.Builder |
accountType(AccountType accountType)
The Amazon Chime account type.
|
Account.Builder |
accountType(String accountType)
The Amazon Chime account type.
|
Account.Builder |
awsAccountId(String awsAccountId)
The AWS account ID.
|
Account.Builder |
createdTimestamp(Instant createdTimestamp)
The Amazon Chime account creation timestamp, in ISO 8601 format.
|
Account.Builder |
defaultLicense(License defaultLicense)
The default license for the Amazon Chime account.
|
Account.Builder |
defaultLicense(String defaultLicense)
The default license for the Amazon Chime account.
|
Account.Builder |
name(String name)
The Amazon Chime account name.
|
Account.Builder |
signinDelegateGroups(Collection<SigninDelegateGroup> signinDelegateGroups)
The sign-in delegate groups associated with the account.
|
Account.Builder |
signinDelegateGroups(Consumer<SigninDelegateGroup.Builder>... signinDelegateGroups)
The sign-in delegate groups associated with the account.
|
Account.Builder |
signinDelegateGroups(SigninDelegateGroup... signinDelegateGroups)
The sign-in delegate groups associated with the account.
|
Account.Builder |
supportedLicenses(Collection<License> supportedLicenses)
Supported licenses for the Amazon Chime account.
|
Account.Builder |
supportedLicenses(License... supportedLicenses)
Supported licenses for the Amazon Chime account.
|
Account.Builder |
supportedLicensesWithStrings(Collection<String> supportedLicenses)
Supported licenses for the Amazon Chime account.
|
Account.Builder |
supportedLicensesWithStrings(String... supportedLicenses)
Supported licenses for the Amazon Chime account.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccount.Builder awsAccountId(String awsAccountId)
The AWS account ID.
awsAccountId - The AWS account ID.Account.Builder accountId(String accountId)
The Amazon Chime account ID.
accountId - The Amazon Chime account ID.Account.Builder name(String name)
The Amazon Chime account name.
name - The Amazon Chime account name.Account.Builder accountType(String accountType)
The Amazon Chime account type. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.
accountType - The Amazon Chime account type. For more information about different account types, see Managing Your Amazon
Chime Accounts in the Amazon Chime Administration Guide.AccountType,
AccountTypeAccount.Builder accountType(AccountType accountType)
The Amazon Chime account type. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.
accountType - The Amazon Chime account type. For more information about different account types, see Managing Your Amazon
Chime Accounts in the Amazon Chime Administration Guide.AccountType,
AccountTypeAccount.Builder createdTimestamp(Instant createdTimestamp)
The Amazon Chime account creation timestamp, in ISO 8601 format.
createdTimestamp - The Amazon Chime account creation timestamp, in ISO 8601 format.Account.Builder defaultLicense(String defaultLicense)
The default license for the Amazon Chime account.
Account.Builder defaultLicense(License defaultLicense)
The default license for the Amazon Chime account.
Account.Builder supportedLicensesWithStrings(Collection<String> supportedLicenses)
Supported licenses for the Amazon Chime account.
supportedLicenses - Supported licenses for the Amazon Chime account.Account.Builder supportedLicensesWithStrings(String... supportedLicenses)
Supported licenses for the Amazon Chime account.
supportedLicenses - Supported licenses for the Amazon Chime account.Account.Builder supportedLicenses(Collection<License> supportedLicenses)
Supported licenses for the Amazon Chime account.
supportedLicenses - Supported licenses for the Amazon Chime account.Account.Builder supportedLicenses(License... supportedLicenses)
Supported licenses for the Amazon Chime account.
supportedLicenses - Supported licenses for the Amazon Chime account.Account.Builder signinDelegateGroups(Collection<SigninDelegateGroup> signinDelegateGroups)
The sign-in delegate groups associated with the account.
signinDelegateGroups - The sign-in delegate groups associated with the account.Account.Builder signinDelegateGroups(SigninDelegateGroup... signinDelegateGroups)
The sign-in delegate groups associated with the account.
signinDelegateGroups - The sign-in delegate groups associated with the account.Account.Builder signinDelegateGroups(Consumer<SigninDelegateGroup.Builder>... signinDelegateGroups)
The sign-in delegate groups associated with the account.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #signinDelegateGroups(List) .signinDelegateGroups - a consumer that will call methods on List.Builder #signinDelegateGroups(List) Copyright © 2021. All rights reserved.