public static interface CreateMembersRequest.Builder extends GuardDutyRequest.Builder, CopyableBuilder<CreateMembersRequest.Builder,CreateMembersRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateMembersRequest.Builder |
accountDetails(AccountDetail... accountDetails)
A list of account ID and email address pairs of the accounts that you want to associate with the master
GuardDuty account.
|
CreateMembersRequest.Builder |
accountDetails(Collection<AccountDetail> accountDetails)
A list of account ID and email address pairs of the accounts that you want to associate with the master
GuardDuty account.
|
CreateMembersRequest.Builder |
detectorId(String detectorId)
The unique ID of the detector of the GuardDuty account with which you want to associate member accounts.
|
CreateMembersRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildCreateMembersRequest.Builder accountDetails(Collection<AccountDetail> accountDetails)
accountDetails - A list of account ID and email address pairs of the accounts that you want to associate with the
master GuardDuty account.CreateMembersRequest.Builder accountDetails(AccountDetail... accountDetails)
accountDetails - A list of account ID and email address pairs of the accounts that you want to associate with the
master GuardDuty account.CreateMembersRequest.Builder detectorId(String detectorId)
detectorId - The unique ID of the detector of the GuardDuty account with which you want to associate member
accounts.CreateMembersRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.