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)
Add an optional request override configuration.
|
StopMonitoringMembersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
StopMonitoringMembersRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.StopMonitoringMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.