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