public static interface DescribeServiceIntegrationResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<DescribeServiceIntegrationResponse.Builder,DescribeServiceIntegrationResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeServiceIntegrationResponse.Builder |
serviceIntegration(Consumer<ServiceIntegrationConfig.Builder> serviceIntegration)
Sets the value of the ServiceIntegration property for this object.
|
DescribeServiceIntegrationResponse.Builder |
serviceIntegration(ServiceIntegrationConfig serviceIntegration)
Sets the value of the ServiceIntegration property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeServiceIntegrationResponse.Builder serviceIntegration(ServiceIntegrationConfig serviceIntegration)
serviceIntegration - The new value for the ServiceIntegration property for this object.default DescribeServiceIntegrationResponse.Builder serviceIntegration(Consumer<ServiceIntegrationConfig.Builder> serviceIntegration)
ServiceIntegrationConfig.Builder
avoiding the need to create one manually via ServiceIntegrationConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to serviceIntegration(ServiceIntegrationConfig).
serviceIntegration - a consumer that will call methods on ServiceIntegrationConfig.BuilderserviceIntegration(ServiceIntegrationConfig)Copyright © 2023. All rights reserved.