Interface ResourceIntegrations.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResourceIntegrations.Builder,
,ResourceIntegrations> SdkBuilder<ResourceIntegrations.Builder,
,ResourceIntegrations> SdkPojo
- Enclosing class:
ResourceIntegrations
public static interface ResourceIntegrations.Builder
extends SdkPojo, CopyableBuilder<ResourceIntegrations.Builder,ResourceIntegrations>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ResourceIntegrations.Builder
resourceGroup
(Consumer<ResourceGroup.Builder> resourceGroup) The information about the integration of Resource Groups.resourceGroup
(ResourceGroup resourceGroup) The information about the integration of Resource Groups.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 integration of Resource Groups.
- Parameters:
resourceGroup
- The information about the integration of Resource Groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 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:
-