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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Integrations.BuilderresourceGroup(Consumer<ResourceGroup.Builder> resourceGroup)The information about the resource group integration.Integrations.BuilderresourceGroup(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 Detail
-
resourceGroup
Integrations.Builder resourceGroup(ResourceGroup 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
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.Builderavoiding the need to create one manually viaResourceGroup.builder().When the
Consumercompletes,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:
resourceGroup(ResourceGroup)
-
-