public static interface ResourceIntegrations.Builder extends SdkPojo, CopyableBuilder<ResourceIntegrations.Builder,ResourceIntegrations>
| Modifier and Type | Method and Description |
|---|---|
default ResourceIntegrations.Builder |
resourceGroup(Consumer<ResourceGroup.Builder> resourceGroup)
The information about the integration of Resource Groups.
|
ResourceIntegrations.Builder |
resourceGroup(ResourceGroup resourceGroup)
The information about the integration of Resource Groups.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceIntegrations.Builder resourceGroup(ResourceGroup resourceGroup)
The information about the integration of Resource Groups.
resourceGroup - The information about the integration of Resource Groups.default ResourceIntegrations.Builder resourceGroup(Consumer<ResourceGroup.Builder> resourceGroup)
The information about the integration of Resource Groups.
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.