Interface CreateLibraryItemResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateLibraryItemResponse.Builder,
,CreateLibraryItemResponse> QAppsResponse.Builder
,SdkBuilder<CreateLibraryItemResponse.Builder,
,CreateLibraryItemResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateLibraryItemResponse
@Mutable
@NotThreadSafe
public static interface CreateLibraryItemResponse.Builder
extends QAppsResponse.Builder, SdkPojo, CopyableBuilder<CreateLibraryItemResponse.Builder,CreateLibraryItemResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time the library item was created.The user who created the library item.isVerified
(Boolean isVerified) Indicates whether the library item has been verified.libraryItemId
(String libraryItemId) The unique identifier of the new library item.ratingCount
(Integer ratingCount) The number of ratings the library item has received from users.The status of the new library item, such as "Published".The date and time the library item was last updated.The user who last updated the library item.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.qapps.model.QAppsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
libraryItemId
The unique identifier of the new library item.
- Parameters:
libraryItemId
- The unique identifier of the new library item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the new library item, such as "Published".
- Parameters:
status
- The status of the new library item, such as "Published".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time the library item was created.
- Parameters:
createdAt
- The date and time the library item was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The user who created the library item.
- Parameters:
createdBy
- The user who created the library item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time the library item was last updated.
- Parameters:
updatedAt
- The date and time the library item was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedBy
The user who last updated the library item.
- Parameters:
updatedBy
- The user who last updated the library item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ratingCount
The number of ratings the library item has received from users.
- Parameters:
ratingCount
- The number of ratings the library item has received from users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isVerified
Indicates whether the library item has been verified.
- Parameters:
isVerified
- Indicates whether the library item has been verified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-