Interface DeleteFilterRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteFilterRequest.Builder,DeleteFilterRequest>,GuardDutyRequest.Builder,SdkBuilder<DeleteFilterRequest.Builder,DeleteFilterRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteFilterRequest
public static interface DeleteFilterRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<DeleteFilterRequest.Builder,DeleteFilterRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteFilterRequest.BuilderdetectorId(String detectorId)The unique ID of the detector that is associated with the filter.DeleteFilterRequest.BuilderfilterName(String filterName)The name of the filter that you want to delete.DeleteFilterRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteFilterRequest.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
DeleteFilterRequest.Builder detectorId(String detectorId)
The unique ID of the detector that is associated with the filter.
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 that is associated with the filter.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.
-
filterName
DeleteFilterRequest.Builder filterName(String filterName)
The name of the filter that you want to delete.
- Parameters:
filterName- The name of the filter that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteFilterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteFilterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-