Interface UpdateMemberDetectorsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateMemberDetectorsRequest.Builder,UpdateMemberDetectorsRequest>,GuardDutyRequest.Builder,SdkBuilder<UpdateMemberDetectorsRequest.Builder,UpdateMemberDetectorsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateMemberDetectorsRequest
public static interface UpdateMemberDetectorsRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<UpdateMemberDetectorsRequest.Builder,UpdateMemberDetectorsRequest>
-
-
Method Summary
-
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
UpdateMemberDetectorsRequest.Builder detectorId(String detectorId)
The detector ID of 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 of 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
UpdateMemberDetectorsRequest.Builder accountIds(Collection<String> accountIds)
A list of member account IDs to be updated.
- Parameters:
accountIds- A list of member account IDs to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
UpdateMemberDetectorsRequest.Builder accountIds(String... accountIds)
A list of member account IDs to be updated.
- Parameters:
accountIds- A list of member account IDs to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
@Deprecated UpdateMemberDetectorsRequest.Builder dataSources(DataSourceConfigurations dataSources)
Deprecated.This parameter is deprecated, use Features insteadDescribes which data sources will be updated.
- Parameters:
dataSources- Describes which data sources will be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
@Deprecated default UpdateMemberDetectorsRequest.Builder dataSources(Consumer<DataSourceConfigurations.Builder> dataSources)
Deprecated.This parameter is deprecated, use Features insteadDescribes which data sources will be updated.
This is a convenience method that creates an instance of theDataSourceConfigurations.Builderavoiding the need to create one manually viaDataSourceConfigurations.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataSources(DataSourceConfigurations).- Parameters:
dataSources- a consumer that will call methods onDataSourceConfigurations.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dataSources(DataSourceConfigurations)
-
features
UpdateMemberDetectorsRequest.Builder features(Collection<MemberFeaturesConfiguration> features)
A list of features that will be updated for the specified member accounts.
- Parameters:
features- A list of features that will be updated for the specified member accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
features
UpdateMemberDetectorsRequest.Builder features(MemberFeaturesConfiguration... features)
A list of features that will be updated for the specified member accounts.
- Parameters:
features- A list of features that will be updated for the specified member accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
features
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.Builderavoiding the need to create one manually viaMemberFeaturesConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#features(List.) - Parameters:
features- a consumer that will call methods onMemberFeaturesConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#features(java.util.Collection)
-
overrideConfiguration
UpdateMemberDetectorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateMemberDetectorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-