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