Interface DeclineInvitationsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DeclineInvitationsResponse.Builder,DeclineInvitationsResponse>, SdkBuilder<DeclineInvitationsResponse.Builder,DeclineInvitationsResponse>, SdkPojo, SdkResponse.Builder, SecurityHubResponse.Builder
Enclosing class:
DeclineInvitationsResponse

public static interface DeclineInvitationsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<DeclineInvitationsResponse.Builder,DeclineInvitationsResponse>
  • Method Details

    • unprocessedAccounts

      DeclineInvitationsResponse.Builder unprocessedAccounts(Collection<Result> unprocessedAccounts)

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

      Parameters:
      unprocessedAccounts - The list of Amazon Web Services accounts that were not 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

      DeclineInvitationsResponse.Builder unprocessedAccounts(Result... unprocessedAccounts)

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

      Parameters:
      unprocessedAccounts - The list of Amazon Web Services accounts that were not 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

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

      The list of Amazon Web Services accounts that were not 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: