Account.Builder |
Account.Builder.accountId(String accountId) |
The Amazon Chime account ID.
|
Account.Builder |
Account.Builder.accountStatus(String accountStatus) |
The status of the account.
|
Account.Builder |
Account.Builder.accountStatus(AccountStatus accountStatus) |
The status of the account.
|
Account.Builder |
Account.Builder.accountType(String accountType) |
The Amazon Chime account type.
|
Account.Builder |
Account.Builder.accountType(AccountType accountType) |
The Amazon Chime account type.
|
Account.Builder |
Account.Builder.awsAccountId(String awsAccountId) |
The AWS account ID.
|
static Account.Builder |
Account.builder() |
|
Account.Builder |
Account.Builder.createdTimestamp(Instant createdTimestamp) |
The Amazon Chime account creation timestamp, in ISO 8601 format.
|
Account.Builder |
Account.Builder.defaultLicense(String defaultLicense) |
The default license for the Amazon Chime account.
|
Account.Builder |
Account.Builder.defaultLicense(License defaultLicense) |
The default license for the Amazon Chime account.
|
Account.Builder |
Account.Builder.name(String name) |
The Amazon Chime account name.
|
Account.Builder |
Account.Builder.signinDelegateGroups(Collection<SigninDelegateGroup> signinDelegateGroups) |
The sign-in delegate groups associated with the account.
|
Account.Builder |
Account.Builder.signinDelegateGroups(Consumer<SigninDelegateGroup.Builder>... signinDelegateGroups) |
The sign-in delegate groups associated with the account.
|
Account.Builder |
Account.Builder.signinDelegateGroups(SigninDelegateGroup... signinDelegateGroups) |
The sign-in delegate groups associated with the account.
|
Account.Builder |
Account.Builder.supportedLicenses(Collection<License> supportedLicenses) |
Supported licenses for the Amazon Chime account.
|
Account.Builder |
Account.Builder.supportedLicenses(License... supportedLicenses) |
Supported licenses for the Amazon Chime account.
|
Account.Builder |
Account.Builder.supportedLicensesWithStrings(String... supportedLicenses) |
Supported licenses for the Amazon Chime account.
|
Account.Builder |
Account.Builder.supportedLicensesWithStrings(Collection<String> supportedLicenses) |
Supported licenses for the Amazon Chime account.
|
Account.Builder |
Account.toBuilder() |
|