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)
Add an optional request override configuration.
|
DeleteIpSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteIpSetRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteIpSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.