Interface Account.Builder

    • Method Detail

      • awsAccountId

        Account.Builder awsAccountId​(String awsAccountId)

        The AWS account ID.

        Parameters:
        awsAccountId - The AWS account ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountId

        Account.Builder accountId​(String accountId)

        The Amazon Chime account ID.

        Parameters:
        accountId - The Amazon Chime account ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        Account.Builder name​(String name)

        The Amazon Chime account name.

        Parameters:
        name - The Amazon Chime account name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTimestamp

        Account.Builder createdTimestamp​(Instant createdTimestamp)

        The Amazon Chime account creation timestamp, in ISO 8601 format.

        Parameters:
        createdTimestamp - The Amazon Chime account creation timestamp, in ISO 8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • defaultLicense

        Account.Builder defaultLicense​(String defaultLicense)

        The default license for the Amazon Chime account.

        Parameters:
        defaultLicense - The default license for the Amazon Chime account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        License, License
      • defaultLicense

        Account.Builder defaultLicense​(License defaultLicense)

        The default license for the Amazon Chime account.

        Parameters:
        defaultLicense - The default license for the Amazon Chime account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        License, License
      • supportedLicensesWithStrings

        Account.Builder supportedLicensesWithStrings​(Collection<String> supportedLicenses)

        Supported licenses for the Amazon Chime account.

        Parameters:
        supportedLicenses - Supported licenses for the Amazon Chime account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedLicensesWithStrings

        Account.Builder supportedLicensesWithStrings​(String... supportedLicenses)

        Supported licenses for the Amazon Chime account.

        Parameters:
        supportedLicenses - Supported licenses for the Amazon Chime account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedLicenses

        Account.Builder supportedLicenses​(Collection<License> supportedLicenses)

        Supported licenses for the Amazon Chime account.

        Parameters:
        supportedLicenses - Supported licenses for the Amazon Chime account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedLicenses

        Account.Builder supportedLicenses​(License... supportedLicenses)

        Supported licenses for the Amazon Chime account.

        Parameters:
        supportedLicenses - Supported licenses for the Amazon Chime account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountStatus

        Account.Builder accountStatus​(String accountStatus)

        The status of the account.

        Parameters:
        accountStatus - The status of the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AccountStatus, AccountStatus
      • accountStatus

        Account.Builder accountStatus​(AccountStatus accountStatus)

        The status of the account.

        Parameters:
        accountStatus - The status of the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AccountStatus, AccountStatus
      • signinDelegateGroups

        Account.Builder signinDelegateGroups​(Collection<SigninDelegateGroup> signinDelegateGroups)

        The sign-in delegate groups associated with the account.

        Parameters:
        signinDelegateGroups - The sign-in delegate groups associated with the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • signinDelegateGroups

        Account.Builder signinDelegateGroups​(SigninDelegateGroup... signinDelegateGroups)

        The sign-in delegate groups associated with the account.

        Parameters:
        signinDelegateGroups - The sign-in delegate groups associated with the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.