public static interface Integrations.Builder extends SdkPojo, CopyableBuilder<Integrations.Builder,Integrations>
| Modifier and Type | Method and Description |
|---|---|
default Integrations.Builder |
resourceGroup(Consumer<ResourceGroup.Builder> resourceGroup)
The information about the resource group integration.
|
Integrations.Builder |
resourceGroup(ResourceGroup resourceGroup)
The information about the resource group integration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIntegrations.Builder resourceGroup(ResourceGroup resourceGroup)
The information about the resource group integration.
resourceGroup - The information about the resource group integration.default Integrations.Builder resourceGroup(Consumer<ResourceGroup.Builder> resourceGroup)
The information about the resource group integration.
This is a convenience method that creates an instance of theResourceGroup.Builder avoiding the need
to create one manually via ResourceGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to resourceGroup(ResourceGroup).resourceGroup - a consumer that will call methods on ResourceGroup.BuilderresourceGroup(ResourceGroup)Copyright © 2022. All rights reserved.