Interface Integrations.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Integrations.Builder,
,Integrations> SdkBuilder<Integrations.Builder,
,Integrations> SdkPojo
- Enclosing class:
Integrations
public static interface Integrations.Builder
extends SdkPojo, CopyableBuilder<Integrations.Builder,Integrations>
-
Method Summary
Modifier and TypeMethodDescriptiondefault Integrations.Builder
resourceGroup
(Consumer<ResourceGroup.Builder> resourceGroup) The information about the resource group integration.resourceGroup
(ResourceGroup resourceGroup) The information about the resource group integration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
resourceGroup
The information about the resource group integration.
- Parameters:
resourceGroup
- The information about the resource group integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaResourceGroup.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresourceGroup(ResourceGroup)
.- Parameters:
resourceGroup
- a consumer that will call methods onResourceGroup.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-