public static interface UpdateEventSourcesConfigRequest.Builder extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<UpdateEventSourcesConfigRequest.Builder,UpdateEventSourcesConfigRequest>
| Modifier and Type | Method and Description |
|---|---|
default UpdateEventSourcesConfigRequest.Builder |
eventSources(Consumer<EventSourcesConfig.Builder> eventSources)
Configuration information about the integration of DevOps Guru as the Consumer via EventBridge with another
AWS Service.
|
UpdateEventSourcesConfigRequest.Builder |
eventSources(EventSourcesConfig eventSources)
Configuration information about the integration of DevOps Guru as the Consumer via EventBridge with another
AWS Service.
|
UpdateEventSourcesConfigRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEventSourcesConfigRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEventSourcesConfigRequest.Builder eventSources(EventSourcesConfig eventSources)
Configuration information about the integration of DevOps Guru as the Consumer via EventBridge with another AWS Service.
eventSources - Configuration information about the integration of DevOps Guru as the Consumer via EventBridge with
another AWS Service.default UpdateEventSourcesConfigRequest.Builder eventSources(Consumer<EventSourcesConfig.Builder> eventSources)
Configuration information about the integration of DevOps Guru as the Consumer via EventBridge with another AWS Service.
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)UpdateEventSourcesConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEventSourcesConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.