Interface RoleGroupAssignment.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RoleGroupAssignment.Builder,,RoleGroupAssignment> SdkBuilder<RoleGroupAssignment.Builder,,RoleGroupAssignment> SdkPojo
- Enclosing class:
RoleGroupAssignment
@Mutable
@NotThreadSafe
public static interface RoleGroupAssignment.Builder
extends SdkPojo, CopyableBuilder<RoleGroupAssignment.Builder,RoleGroupAssignment>
-
Method Summary
Modifier and TypeMethodDescriptiongroupPatterns(String... groupPatterns) A list of AWS IAM Identity Center group patterns that should be assigned to the specified role.groupPatterns(Collection<String> groupPatterns) A list of AWS IAM Identity Center group patterns that should be assigned to the specified role.The name of the in-app role within the SageMaker Partner AI App.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
roleName
The name of the in-app role within the SageMaker Partner AI App. The specific roles available depend on the app type and version.
- Parameters:
roleName- The name of the in-app role within the SageMaker Partner AI App. The specific roles available depend on the app type and version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupPatterns
A list of AWS IAM Identity Center group patterns that should be assigned to the specified role. Group patterns support wildcard matching using
*.- Parameters:
groupPatterns- A list of AWS IAM Identity Center group patterns that should be assigned to the specified role. Group patterns support wildcard matching using*.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupPatterns
A list of AWS IAM Identity Center group patterns that should be assigned to the specified role. Group patterns support wildcard matching using
*.- Parameters:
groupPatterns- A list of AWS IAM Identity Center group patterns that should be assigned to the specified role. Group patterns support wildcard matching using*.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-