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 of the GuardDuty member accounts whose findings you want the master account to stop
monitoring.
|
StopMonitoringMembersRequest.Builder |
accountIds(String... accountIds)
A list of account IDs of the GuardDuty member accounts whose findings you want the master account to stop
monitoring.
|
StopMonitoringMembersRequest.Builder |
detectorId(String detectorId)
The unique ID of the detector of the GuardDuty account that you want to stop from monitor members' findings.
|
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 of the GuardDuty account that you want to stop from monitor members' findings.
detectorId - The unique ID of the detector of the GuardDuty account that you want to stop from monitor members'
findings.StopMonitoringMembersRequest.Builder accountIds(Collection<String> accountIds)
A list of account IDs of the GuardDuty member accounts whose findings you want the master account to stop monitoring.
accountIds - A list of account IDs of the GuardDuty member accounts whose findings you want the master account to
stop monitoring.StopMonitoringMembersRequest.Builder accountIds(String... accountIds)
A list of account IDs of the GuardDuty member accounts whose findings you want the master account to stop monitoring.
accountIds - A list of account IDs of the GuardDuty member accounts whose findings you want the master account to
stop monitoring.StopMonitoringMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStopMonitoringMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.