Interface RemoteAccountDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RemoteAccountDetails.Builder,
,RemoteAccountDetails> SdkBuilder<RemoteAccountDetails.Builder,
,RemoteAccountDetails> SdkPojo
- Enclosing class:
RemoteAccountDetails
public static interface RemoteAccountDetails.Builder
extends SdkPojo, CopyableBuilder<RemoteAccountDetails.Builder,RemoteAccountDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services account ID of the remote API caller.affiliated
(Boolean affiliated) Details on whether the Amazon Web Services account of the remote API caller is related to your GuardDuty environment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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 isFalse
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 isTrue
the API caller is affiliated to your account in some way. If it isFalse
the API caller is from outside your environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-