public static interface DescribeEventSourcesConfigResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<DescribeEventSourcesConfigResponse.Builder,DescribeEventSourcesConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeEventSourcesConfigResponse.Builder |
eventSources(Consumer<EventSourcesConfig.Builder> eventSources)
Lists the event sources in the configuration.
|
DescribeEventSourcesConfigResponse.Builder |
eventSources(EventSourcesConfig eventSources)
Lists the event sources in the configuration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEventSourcesConfigResponse.Builder eventSources(EventSourcesConfig eventSources)
Lists the event sources in the configuration.
eventSources - Lists the event sources in the configuration.default DescribeEventSourcesConfigResponse.Builder eventSources(Consumer<EventSourcesConfig.Builder> eventSources)
Lists the event sources in the configuration.
This is a convenience method that creates an instance of theEventSourcesConfig.Builder avoiding the
need to create one manually via EventSourcesConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to eventSources(EventSourcesConfig).
eventSources - a consumer that will call methods on EventSourcesConfig.BuildereventSources(EventSourcesConfig)Copyright © 2023. All rights reserved.