public static interface RemoteAccountDetails.Builder extends SdkPojo, CopyableBuilder<RemoteAccountDetails.Builder,RemoteAccountDetails>
| Modifier and Type | Method and Description |
|---|---|
RemoteAccountDetails.Builder |
accountId(String accountId)
The Amazon Web Services account ID of the remote API caller.
|
RemoteAccountDetails.Builder |
affiliated(Boolean affiliated)
Details on whether the Amazon Web Services account of the remote API caller is related to your GuardDuty
environment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoteAccountDetails.Builder accountId(String accountId)
The Amazon Web Services account ID of the remote API caller.
accountId - The Amazon Web Services account ID of the remote API caller.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.
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.Copyright © 2023. All rights reserved.