public static interface CreateMembersRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateMembersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
CreateMembersRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.