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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
user
The 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.
-
group
The 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.
-