CopyableBuilder<DeleteConfigurationSetEventDestinationRequest.Builder,DeleteConfigurationSetEventDestinationRequest>
, SdkBuilder<DeleteConfigurationSetEventDestinationRequest.Builder,DeleteConfigurationSetEventDestinationRequest>
public static interface DeleteConfigurationSetEventDestinationRequest.Builder extends CopyableBuilder<DeleteConfigurationSetEventDestinationRequest.Builder,DeleteConfigurationSetEventDestinationRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteConfigurationSetEventDestinationRequest.Builder |
configurationSetName(String configurationSetName) |
The name of the configuration set from which to delete the event destination.
|
DeleteConfigurationSetEventDestinationRequest.Builder |
eventDestinationName(String eventDestinationName) |
The name of the event destination to delete.
|
copy
apply, build
DeleteConfigurationSetEventDestinationRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set from which to delete the event destination.
configurationSetName
- The name of the configuration set from which to delete the event destination.DeleteConfigurationSetEventDestinationRequest.Builder eventDestinationName(String eventDestinationName)
The name of the event destination to delete.
eventDestinationName
- The name of the event destination to delete.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.