Interface ListEnrollmentStatusesResponse.Builder

    • Method Detail

      • items

        ListEnrollmentStatusesResponse.Builder items​(Collection<AccountEnrollmentStatus> items)

        The enrollment status of a specific account ID, including creation and last updated timestamps.

        Parameters:
        items - The enrollment status of a specific account ID, including creation and last updated timestamps.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListEnrollmentStatusesResponse.Builder items​(AccountEnrollmentStatus... items)

        The enrollment status of a specific account ID, including creation and last updated timestamps.

        Parameters:
        items - The enrollment status of a specific account ID, including creation and last updated timestamps.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • includeMemberAccounts

        ListEnrollmentStatusesResponse.Builder includeMemberAccounts​(Boolean includeMemberAccounts)

        The enrollment status of all member accounts in the organization if the account is the management account or delegated administrator.

        Parameters:
        includeMemberAccounts - The enrollment status of all member accounts in the organization if the account is the management account or delegated administrator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEnrollmentStatusesResponse.Builder nextToken​(String nextToken)

        The token to retrieve the next set of results.

        Parameters:
        nextToken - The token to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.