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 |
accountDetails(Consumer<AccountDetail.Builder>... 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.
|
CreateMembersRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 accountDetails(Consumer<AccountDetail.Builder>... accountDetails)
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #accountDetails(List) .accountDetails - a consumer that will call methods on List.Builder #accountDetails(List) 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.CreateMembersRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.