Interface Group.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Group.Builder,
,Group> SdkBuilder<Group.Builder,
,Group> SdkPojo
- Enclosing class:
Group
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the resource group.The ARN of the resource group.The name of the resource group.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
-
groupArn
The ARN of the resource group.
- Parameters:
groupArn
- The ARN of the resource group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the resource group.
- Parameters:
name
- The name of the resource group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the resource group.
- Parameters:
description
- The description of the resource group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-