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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteAccountDetails.BuilderaccountId(String accountId)The Amazon Web Services account ID of the remote API caller.RemoteAccountDetails.Builderaffiliated(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 Detail
-
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
Truethe API caller is affiliated to your account in some way. If it isFalsethe 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 isTruethe API caller is affiliated to your account in some way. If it isFalsethe API caller is from outside your environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-