CopyableBuilder<DescribeConfigurationSetResponse.Builder,DescribeConfigurationSetResponse>
, SdkBuilder<DescribeConfigurationSetResponse.Builder,DescribeConfigurationSetResponse>
public static interface DescribeConfigurationSetResponse.Builder extends CopyableBuilder<DescribeConfigurationSetResponse.Builder,DescribeConfigurationSetResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeConfigurationSetResponse.Builder |
configurationSet(ConfigurationSet configurationSet) |
The configuration set object associated with the specified configuration set.
|
DescribeConfigurationSetResponse.Builder |
eventDestinations(Collection<EventDestination> eventDestinations) |
A list of event destinations associated with the configuration set.
|
DescribeConfigurationSetResponse.Builder |
eventDestinations(EventDestination... eventDestinations) |
A list of event destinations associated with the configuration set.
|
copy
apply, build
DescribeConfigurationSetResponse.Builder configurationSet(ConfigurationSet configurationSet)
The configuration set object associated with the specified configuration set.
configurationSet
- The configuration set object associated with the specified configuration set.DescribeConfigurationSetResponse.Builder eventDestinations(Collection<EventDestination> eventDestinations)
A list of event destinations associated with the configuration set.
eventDestinations
- A list of event destinations associated with the configuration set.DescribeConfigurationSetResponse.Builder eventDestinations(EventDestination... eventDestinations)
A list of event destinations associated with the configuration set.
NOTE: This method appends the values to the existing list (if any). Use
#setEventDestinations(java.util.Collection)
or #withEventDestinations(java.util.Collection)
if you want to override the existing values.
eventDestinations
- A list of event destinations associated with the configuration set.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.