Interface SubscriptionPrincipal.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SubscriptionPrincipal.Builder,,- SubscriptionPrincipal> - SdkBuilder<SubscriptionPrincipal.Builder,,- SubscriptionPrincipal> - SdkPojo
- Enclosing class:
- SubscriptionPrincipal
@Mutable
@NotThreadSafe
public static interface SubscriptionPrincipal.Builder
extends SdkPojo, CopyableBuilder<SubscriptionPrincipal.Builder,SubscriptionPrincipal> 
- 
Method SummaryModifier and TypeMethodDescriptionThe identifier of a group in the IAM Identity Center instance connected to the Amazon Q Business application.The identifier of a user in the IAM Identity Center instance connected to the Amazon Q Business application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
userThe identifier of a user in the IAM Identity Center instance connected to the Amazon Q Business application. - Parameters:
- user- The identifier of a user in the IAM Identity Center instance connected to the Amazon Q Business application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
groupThe identifier of a group in the IAM Identity Center instance connected to the Amazon Q Business application. - Parameters:
- group- The identifier of a group in the IAM Identity Center instance connected to the Amazon Q Business application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-