public static interface UpdateServiceIntegrationRequest.Builder extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<UpdateServiceIntegrationRequest.Builder,UpdateServiceIntegrationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceIntegrationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateServiceIntegrationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateServiceIntegrationRequest.Builder |
serviceIntegration(Consumer<UpdateServiceIntegrationConfig.Builder> serviceIntegration)
An
IntegratedServiceConfig object used to specify the integrated service you want to update, and
whether you want to update it to enabled or disabled. |
UpdateServiceIntegrationRequest.Builder |
serviceIntegration(UpdateServiceIntegrationConfig serviceIntegration)
An
IntegratedServiceConfig object used to specify the integrated service you want to update, and
whether you want to update it to enabled or disabled. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateServiceIntegrationRequest.Builder serviceIntegration(UpdateServiceIntegrationConfig serviceIntegration)
An IntegratedServiceConfig object used to specify the integrated service you want to update, and
whether you want to update it to enabled or disabled.
serviceIntegration - An IntegratedServiceConfig object used to specify the integrated service you want to
update, and whether you want to update it to enabled or disabled.default UpdateServiceIntegrationRequest.Builder serviceIntegration(Consumer<UpdateServiceIntegrationConfig.Builder> serviceIntegration)
An IntegratedServiceConfig object used to specify the integrated service you want to update, and
whether you want to update it to enabled or disabled.
UpdateServiceIntegrationConfig.Builder
avoiding the need to create one manually via UpdateServiceIntegrationConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to serviceIntegration(UpdateServiceIntegrationConfig).
serviceIntegration - a consumer that will call methods on UpdateServiceIntegrationConfig.BuilderserviceIntegration(UpdateServiceIntegrationConfig)UpdateServiceIntegrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateServiceIntegrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.