public static interface StartMonitoringMembersRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<StartMonitoringMembersRequest.Builder,StartMonitoringMembersRequest>
| Modifier and Type | Method and Description |
|---|---|
StartMonitoringMembersRequest.Builder |
accountIds(Collection<String> accountIds)
A list of account IDs of the GuardDuty member accounts to start monitoring.
|
StartMonitoringMembersRequest.Builder |
accountIds(String... accountIds)
A list of account IDs of the GuardDuty member accounts to start monitoring.
|
StartMonitoringMembersRequest.Builder |
detectorId(String detectorId)
The unique ID of the detector of the GuardDuty administrator account associated with the member accounts to
monitor.
|
StartMonitoringMembersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartMonitoringMembersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartMonitoringMembersRequest.Builder detectorId(String detectorId)
The unique ID of the detector of the GuardDuty administrator account associated with the member accounts to monitor.
detectorId - The unique ID of the detector of the GuardDuty administrator account associated with the member
accounts to monitor.StartMonitoringMembersRequest.Builder accountIds(Collection<String> accountIds)
A list of account IDs of the GuardDuty member accounts to start monitoring.
accountIds - A list of account IDs of the GuardDuty member accounts to start monitoring.StartMonitoringMembersRequest.Builder accountIds(String... accountIds)
A list of account IDs of the GuardDuty member accounts to start monitoring.
accountIds - A list of account IDs of the GuardDuty member accounts to start monitoring.StartMonitoringMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartMonitoringMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.