Interface Result.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Result.Builder,Result>, SdkBuilder<Result.Builder,Result>, SdkPojo
Enclosing class:
Result

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

    • accountId

      Result.Builder accountId(String accountId)

      An Amazon Web Services account ID of the account that was not processed.

      Parameters:
      accountId - An Amazon Web Services account ID of the account that was not processed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • processingResult

      Result.Builder processingResult(String processingResult)

      The reason that the account was not processed.

      Parameters:
      processingResult - The reason that the account was not processed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.