Interface GetMembersResponse.Builder

  • Method Details

    • members

      The list of details about the Security Hub member accounts.

      Parameters:
      members - The list of details about the Security Hub member accounts.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • members

      GetMembersResponse.Builder members(Member... members)

      The list of details about the Security Hub member accounts.

      Parameters:
      members - The list of details about the Security Hub member accounts.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • members

      The list of details about the Security Hub member accounts.

      This is a convenience method that creates an instance of the Member.Builder avoiding the need to create one manually via Member.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to members(List<Member>).

      Parameters:
      members - a consumer that will call methods on Member.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • unprocessedAccounts

      GetMembersResponse.Builder unprocessedAccounts(Collection<Result> unprocessedAccounts)

      The list of Amazon Web Services accounts that could not be processed. For each account, the list includes the account ID and the email address.

      Parameters:
      unprocessedAccounts - The list of Amazon Web Services accounts that could not be processed. For each account, the list includes the account ID and the email address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unprocessedAccounts

      GetMembersResponse.Builder unprocessedAccounts(Result... unprocessedAccounts)

      The list of Amazon Web Services accounts that could not be processed. For each account, the list includes the account ID and the email address.

      Parameters:
      unprocessedAccounts - The list of Amazon Web Services accounts that could not be processed. For each account, the list includes the account ID and the email address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unprocessedAccounts

      GetMembersResponse.Builder unprocessedAccounts(Consumer<Result.Builder>... unprocessedAccounts)

      The list of Amazon Web Services accounts that could not be processed. For each account, the list includes the account ID and the email address.

      This is a convenience method that creates an instance of the Result.Builder avoiding the need to create one manually via Result.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to unprocessedAccounts(List<Result>).

      Parameters:
      unprocessedAccounts - a consumer that will call methods on Result.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: