Interface Group.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Group.Builder,Group>,SdkBuilder<Group.Builder,Group>,SdkPojo
- Enclosing class:
- Group
public static interface Group.Builder extends SdkPojo, CopyableBuilder<Group.Builder,Group>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Group.Builderdescription(String description)The description of the resource group.Group.BuildergroupArn(String groupArn)The ARN of the resource group.Group.Buildername(String name)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 Detail
-
groupArn
Group.Builder groupArn(String 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
Group.Builder name(String 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
Group.Builder description(String 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.
-
-