Interface CreateLibraryItemResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateLibraryItemResponse.Builder,CreateLibraryItemResponse>,QAppsResponse.Builder,SdkBuilder<CreateLibraryItemResponse.Builder,CreateLibraryItemResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateLibraryItemResponse
public static interface CreateLibraryItemResponse.Builder extends QAppsResponse.Builder, SdkPojo, CopyableBuilder<CreateLibraryItemResponse.Builder,CreateLibraryItemResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateLibraryItemResponse.BuildercreatedAt(Instant createdAt)The date and time the library item was created.CreateLibraryItemResponse.BuildercreatedBy(String createdBy)The user who created the library item.CreateLibraryItemResponse.BuilderisVerified(Boolean isVerified)Indicates whether the library item has been verified.CreateLibraryItemResponse.BuilderlibraryItemId(String libraryItemId)The unique identifier of the new library item.CreateLibraryItemResponse.BuilderratingCount(Integer ratingCount)The number of ratings the library item has received from users.CreateLibraryItemResponse.Builderstatus(String status)The status of the new library item, such as "Published".CreateLibraryItemResponse.BuilderupdatedAt(Instant updatedAt)The date and time the library item was last updated.CreateLibraryItemResponse.BuilderupdatedBy(String updatedBy)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
libraryItemId
CreateLibraryItemResponse.Builder libraryItemId(String 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
CreateLibraryItemResponse.Builder status(String 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
CreateLibraryItemResponse.Builder createdAt(Instant 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
CreateLibraryItemResponse.Builder createdBy(String 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
CreateLibraryItemResponse.Builder updatedAt(Instant 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
CreateLibraryItemResponse.Builder updatedBy(String 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
CreateLibraryItemResponse.Builder ratingCount(Integer 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
CreateLibraryItemResponse.Builder isVerified(Boolean 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.
-
-