Interface StartMonitoringMembersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartMonitoringMembersRequest.Builder,StartMonitoringMembersRequest>,GuardDutyRequest.Builder,SdkBuilder<StartMonitoringMembersRequest.Builder,StartMonitoringMembersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartMonitoringMembersRequest
public static interface StartMonitoringMembersRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<StartMonitoringMembersRequest.Builder,StartMonitoringMembersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartMonitoringMembersRequest.BuilderaccountIds(String... accountIds)A list of account IDs of the GuardDuty member accounts to start monitoring.StartMonitoringMembersRequest.BuilderaccountIds(Collection<String> accountIds)A list of account IDs of the GuardDuty member accounts to start monitoring.StartMonitoringMembersRequest.BuilderdetectorId(String detectorId)The unique ID of the detector of the GuardDuty administrator account associated with the member accounts to monitor.StartMonitoringMembersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartMonitoringMembersRequest.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, sdkFields
-
-
-
-
Method Detail
-
detectorId
StartMonitoringMembersRequest.Builder detectorId(String detectorId)
The unique ID of the detector of the GuardDuty administrator account associated with the member accounts to monitor.
- Parameters:
detectorId- The unique ID of the detector of the GuardDuty administrator account associated with the member accounts to monitor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
StartMonitoringMembersRequest.Builder accountIds(Collection<String> accountIds)
A list of account IDs of the GuardDuty member accounts to start monitoring.
- Parameters:
accountIds- A list of account IDs of the GuardDuty member accounts to start monitoring.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
StartMonitoringMembersRequest.Builder accountIds(String... accountIds)
A list of account IDs of the GuardDuty member accounts to start monitoring.
- Parameters:
accountIds- A list of account IDs of the GuardDuty member accounts to start monitoring.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartMonitoringMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartMonitoringMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-