Interface StopMonitoringMembersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StopMonitoringMembersRequest.Builder,StopMonitoringMembersRequest>,GuardDutyRequest.Builder,SdkBuilder<StopMonitoringMembersRequest.Builder,StopMonitoringMembersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StopMonitoringMembersRequest
public static interface StopMonitoringMembersRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<StopMonitoringMembersRequest.Builder,StopMonitoringMembersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopMonitoringMembersRequest.BuilderaccountIds(String... accountIds)A list of account IDs for the member accounts to stop monitoring.StopMonitoringMembersRequest.BuilderaccountIds(Collection<String> accountIds)A list of account IDs for the member accounts to stop monitoring.StopMonitoringMembersRequest.BuilderdetectorId(String detectorId)The unique ID of the detector associated with the GuardDuty administrator account that is monitoring member accounts.StopMonitoringMembersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopMonitoringMembersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.guardduty.model.GuardDutyRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
detectorId
StopMonitoringMembersRequest.Builder detectorId(String detectorId)
The unique ID of the detector associated with the GuardDuty administrator account that is monitoring member accounts.
To find the
detectorIdin the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.- Parameters:
detectorId- The unique ID of the detector associated with the GuardDuty administrator account that is monitoring member accounts.To find the
detectorIdin the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
StopMonitoringMembersRequest.Builder accountIds(Collection<String> accountIds)
A list of account IDs for the member accounts to stop monitoring.
- Parameters:
accountIds- A list of account IDs for the member accounts to stop monitoring.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
StopMonitoringMembersRequest.Builder accountIds(String... accountIds)
A list of account IDs for the member accounts to stop monitoring.
- Parameters:
accountIds- A list of account IDs for the member accounts to stop monitoring.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StopMonitoringMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopMonitoringMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-