Interface GroupIdentifier.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GroupIdentifier.Builder,GroupIdentifier>,SdkBuilder<GroupIdentifier.Builder,GroupIdentifier>,SdkPojo
- Enclosing class:
- GroupIdentifier
public static interface GroupIdentifier.Builder extends SdkPojo, CopyableBuilder<GroupIdentifier.Builder,GroupIdentifier>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupIdentifier.BuildergroupArn(String groupArn)The ARN of the resource group.GroupIdentifier.BuildergroupName(String groupName)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
-
groupName
GroupIdentifier.Builder groupName(String groupName)
The name of the resource group.
- Parameters:
groupName- The name of the resource group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupArn
GroupIdentifier.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.
-
-