Interface UserAppItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UserAppItem.Builder,
,UserAppItem> SdkBuilder<UserAppItem.Builder,
,UserAppItem> SdkPojo
- Enclosing class:
UserAppItem
@Mutable
@NotThreadSafe
public static interface UserAppItem.Builder
extends SdkPojo, CopyableBuilder<UserAppItem.Builder,UserAppItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the Q App.The unique identifier of the Q App.A flag indicating whether the user can edit the Q App.The date and time the user's association with the Q App was created.description
(String description) The description of the Q App.isVerified
(Boolean isVerified) Indicates whether the Q App has been verified.The status of the user's association with the Q App.The title of the Q App.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
-
appId
The unique identifier of the Q App.
- Parameters:
appId
- The unique identifier of the Q App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appArn
The Amazon Resource Name (ARN) of the Q App.
- Parameters:
appArn
- The Amazon Resource Name (ARN) of the Q App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
The title of the Q App.
- Parameters:
title
- The title of the Q App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the Q App.
- Parameters:
description
- The description of the Q App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time the user's association with the Q App was created.
- Parameters:
createdAt
- The date and time the user's association with the Q App was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
canEdit
A flag indicating whether the user can edit the Q App.
- Parameters:
canEdit
- A flag indicating whether the user can edit the Q App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the user's association with the Q App.
- Parameters:
status
- The status of the user's association with the Q App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isVerified
Indicates whether the Q App has been verified.
- Parameters:
isVerified
- Indicates whether the Q App has been verified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-