public static interface DisassociateMembersRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<DisassociateMembersRequest.Builder,DisassociateMembersRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateMembersRequest.Builder |
accountIds(Collection<String> accountIds)
A list of account IDs of the GuardDuty member accounts that you want to disassociate from the administrator
account.
|
DisassociateMembersRequest.Builder |
accountIds(String... accountIds)
A list of account IDs of the GuardDuty member accounts that you want to disassociate from the administrator
account.
|
DisassociateMembersRequest.Builder |
detectorId(String detectorId)
The unique ID of the detector of the GuardDuty account whose members you want to disassociate from the
administrator account.
|
DisassociateMembersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateMembersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateMembersRequest.Builder detectorId(String detectorId)
The unique ID of the detector of the GuardDuty account whose members you want to disassociate from the administrator account.
detectorId - The unique ID of the detector of the GuardDuty account whose members you want to disassociate from the
administrator account.DisassociateMembersRequest.Builder accountIds(Collection<String> accountIds)
A list of account IDs of the GuardDuty member accounts that you want to disassociate from the administrator account.
accountIds - A list of account IDs of the GuardDuty member accounts that you want to disassociate from the
administrator account.DisassociateMembersRequest.Builder accountIds(String... accountIds)
A list of account IDs of the GuardDuty member accounts that you want to disassociate from the administrator account.
accountIds - A list of account IDs of the GuardDuty member accounts that you want to disassociate from the
administrator account.DisassociateMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.