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