public static interface UpdateMemberDetectorsRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<UpdateMemberDetectorsRequest.Builder,UpdateMemberDetectorsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateMemberDetectorsRequest.Builder detectorId(String detectorId)
The detector ID of the administrator account.
detectorId - The detector ID of the administrator account.UpdateMemberDetectorsRequest.Builder accountIds(Collection<String> accountIds)
A list of member account IDs to be updated.
accountIds - A list of member account IDs to be updated.UpdateMemberDetectorsRequest.Builder accountIds(String... accountIds)
A list of member account IDs to be updated.
accountIds - A list of member account IDs to be updated.@Deprecated UpdateMemberDetectorsRequest.Builder dataSources(DataSourceConfigurations dataSources)
Describes which data sources will be updated.
dataSources - Describes which data sources will be updated.@Deprecated default UpdateMemberDetectorsRequest.Builder dataSources(Consumer<DataSourceConfigurations.Builder> dataSources)
Describes which data sources will be updated.
This is a convenience method that creates an instance of theDataSourceConfigurations.Builder
avoiding the need to create one manually via DataSourceConfigurations.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to dataSources(DataSourceConfigurations).
dataSources - a consumer that will call methods on DataSourceConfigurations.BuilderdataSources(DataSourceConfigurations)UpdateMemberDetectorsRequest.Builder features(Collection<MemberFeaturesConfiguration> features)
A list of features that will be updated for the specified member accounts.
features - A list of features that will be updated for the specified member accounts.UpdateMemberDetectorsRequest.Builder features(MemberFeaturesConfiguration... features)
A list of features that will be updated for the specified member accounts.
features - A list of features that will be updated for the specified member accounts.UpdateMemberDetectorsRequest.Builder features(Consumer<MemberFeaturesConfiguration.Builder>... features)
A list of features that will be updated for the specified member accounts.
This is a convenience method that creates an instance of theMemberFeaturesConfiguration.Builder avoiding the need
to create one manually via
MemberFeaturesConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #features(List.
features - a consumer that will call methods on
MemberFeaturesConfiguration.Builder#features(java.util.Collection) UpdateMemberDetectorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateMemberDetectorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.