public static interface DeletePublishingDestinationRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<DeletePublishingDestinationRequest.Builder,DeletePublishingDestinationRequest>
Modifier and Type | Method and Description |
---|---|
DeletePublishingDestinationRequest.Builder |
destinationId(String destinationId)
The ID of the publishing destination to delete.
|
DeletePublishingDestinationRequest.Builder |
detectorId(String detectorId)
The unique ID of the detector associated with the publishing destination to delete.
|
DeletePublishingDestinationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeletePublishingDestinationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeletePublishingDestinationRequest.Builder detectorId(String detectorId)
The unique ID of the detector associated with the publishing destination to delete.
detectorId
- The unique ID of the detector associated with the publishing destination to delete.DeletePublishingDestinationRequest.Builder destinationId(String destinationId)
The ID of the publishing destination to delete.
destinationId
- The ID of the publishing destination to delete.DeletePublishingDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeletePublishingDestinationRequest.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.