CopyableBuilder<UpdateConfigurationSetEventDestinationRequest.Builder,UpdateConfigurationSetEventDestinationRequest>
, SdkBuilder<UpdateConfigurationSetEventDestinationRequest.Builder,UpdateConfigurationSetEventDestinationRequest>
public static interface UpdateConfigurationSetEventDestinationRequest.Builder extends CopyableBuilder<UpdateConfigurationSetEventDestinationRequest.Builder,UpdateConfigurationSetEventDestinationRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateConfigurationSetEventDestinationRequest.Builder |
configurationSetName(String configurationSetName) |
The name of the configuration set that you want to update.
|
UpdateConfigurationSetEventDestinationRequest.Builder |
eventDestination(EventDestination eventDestination) |
The event destination object that you want to apply to the specified configuration set.
|
copy
apply, build
UpdateConfigurationSetEventDestinationRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set that you want to update.
configurationSetName
- The name of the configuration set that you want to update.UpdateConfigurationSetEventDestinationRequest.Builder eventDestination(EventDestination eventDestination)
The event destination object that you want to apply to the specified configuration set.
eventDestination
- The event destination object that you want to apply to the specified configuration set.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.