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 GuardDuty
administrator 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 GuardDuty
administrator 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 GuardDuty
administrator account.
|
CreateMembersRequest.Builder |
detectorId(String detectorId)
The unique ID of the detector of the GuardDuty account that you want to associate member accounts with.
|
CreateMembersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateMembersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMembersRequest.Builder detectorId(String detectorId)
The unique ID of the detector of the GuardDuty account that you want to associate member accounts with.
detectorId - The unique ID of the detector of the GuardDuty account that you want to associate member accounts
with.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 GuardDuty administrator account.
accountDetails - A list of account ID and email address pairs of the accounts that you want to associate with the
GuardDuty administrator account.CreateMembersRequest.Builder accountDetails(AccountDetail... accountDetails)
A list of account ID and email address pairs of the accounts that you want to associate with the GuardDuty administrator account.
accountDetails - A list of account ID and email address pairs of the accounts that you want to associate with the
GuardDuty administrator 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 GuardDuty administrator account.
This is a convenience method that creates an instance of theAccountDetail.Builder avoiding the need to create one
manually via AccountDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #accountDetails(List.
accountDetails - a consumer that will call methods on
AccountDetail.Builder#accountDetails(java.util.Collection) CreateMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.