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 the ipSet is associated with.
|
DeleteIpSetRequest.Builder |
ipSetId(String ipSetId)
The unique ID of the ipSet you want 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 the ipSet is associated with.
detectorId - The unique ID of the detector the ipSet is associated with.DeleteIpSetRequest.Builder ipSetId(String ipSetId)
The unique ID of the ipSet you want to delete.
ipSetId - The unique ID of the ipSet you want to delete.DeleteIpSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteIpSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.