Interface RemoteAccountDetails.Builder

  • Method Details

    • accountId

      RemoteAccountDetails.Builder accountId(String accountId)

      The Amazon Web Services account ID of the remote API caller.

      Parameters:
      accountId - The Amazon Web Services account ID of the remote API caller.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • affiliated

      RemoteAccountDetails.Builder affiliated(Boolean affiliated)

      Details on whether the Amazon Web Services account of the remote API caller is related to your GuardDuty environment. If this value is True the API caller is affiliated to your account in some way. If it is False the API caller is from outside your environment.

      Parameters:
      affiliated - Details on whether the Amazon Web Services account of the remote API caller is related to your GuardDuty environment. If this value is True the API caller is affiliated to your account in some way. If it is False the API caller is from outside your environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.