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