Interface GetMemberDetectorsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetMemberDetectorsRequest.Builder,GetMemberDetectorsRequest>,GuardDutyRequest.Builder,SdkBuilder<GetMemberDetectorsRequest.Builder,GetMemberDetectorsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetMemberDetectorsRequest
public static interface GetMemberDetectorsRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<GetMemberDetectorsRequest.Builder,GetMemberDetectorsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetMemberDetectorsRequest.BuilderaccountIds(String... accountIds)A list of member account IDs.GetMemberDetectorsRequest.BuilderaccountIds(Collection<String> accountIds)A list of member account IDs.GetMemberDetectorsRequest.BuilderdetectorId(String detectorId)The detector ID for the administrator account.GetMemberDetectorsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMemberDetectorsRequest.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
GetMemberDetectorsRequest.Builder detectorId(String detectorId)
The detector ID for the administrator account.
To find the
detectorIdin the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.- Parameters:
detectorId- The detector ID for the administrator account.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
GetMemberDetectorsRequest.Builder accountIds(Collection<String> accountIds)
A list of member account IDs.
- Parameters:
accountIds- A list of member account IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
GetMemberDetectorsRequest.Builder accountIds(String... accountIds)
A list of member account IDs.
- Parameters:
accountIds- A list of member account IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetMemberDetectorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetMemberDetectorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-