public static interface DeleteIpSetRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<DeleteIpSetRequest.Builder,DeleteIpSetRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteIpSetRequest.Builder |
detectorId(String detectorId)
The unique ID of the detector associated with the IPSet.
|
DeleteIpSetRequest.Builder |
ipSetId(String ipSetId)
The unique ID of the IPSet to delete.
|
DeleteIpSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteIpSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteIpSetRequest.Builder detectorId(String detectorId)
The unique ID of the detector associated with the IPSet.
detectorId - The unique ID of the detector associated with the IPSet.DeleteIpSetRequest.Builder ipSetId(String ipSetId)
The unique ID of the IPSet to delete.
ipSetId - The unique ID of the IPSet to delete.DeleteIpSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteIpSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.