public static interface UpdateServiceIntegrationConfig.Builder extends SdkPojo, CopyableBuilder<UpdateServiceIntegrationConfig.Builder,UpdateServiceIntegrationConfig>
| Modifier and Type | Method and Description |
|---|---|
default UpdateServiceIntegrationConfig.Builder |
opsCenter(Consumer<OpsCenterIntegrationConfig.Builder> opsCenter)
Sets the value of the OpsCenter property for this object.
|
UpdateServiceIntegrationConfig.Builder |
opsCenter(OpsCenterIntegrationConfig opsCenter)
Sets the value of the OpsCenter property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateServiceIntegrationConfig.Builder opsCenter(OpsCenterIntegrationConfig opsCenter)
opsCenter - The new value for the OpsCenter property for this object.default UpdateServiceIntegrationConfig.Builder opsCenter(Consumer<OpsCenterIntegrationConfig.Builder> opsCenter)
OpsCenterIntegrationConfig.Builder avoiding the
need to create one manually via OpsCenterIntegrationConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to opsCenter(OpsCenterIntegrationConfig).opsCenter - a consumer that will call methods on OpsCenterIntegrationConfig.BuilderopsCenter(OpsCenterIntegrationConfig)Copyright © 2021. All rights reserved.