Interface ReviewTemplateSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReviewTemplateSummary.Builder,
,ReviewTemplateSummary> SdkBuilder<ReviewTemplateSummary.Builder,
,ReviewTemplateSummary> SdkPojo
- Enclosing class:
ReviewTemplateSummary
public static interface ReviewTemplateSummary.Builder
extends SdkPojo, CopyableBuilder<ReviewTemplateSummary.Builder,ReviewTemplateSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) Description of the review template.Lenses associated with the review template.lenses
(Collection<String> lenses) Lenses associated with the review template.Sets the value of the Owner property for this object.templateArn
(String templateArn) The review template ARN.templateName
(String templateName) The name of the review template.Sets the value of the UpdatedAt property for this object.updateStatus
(String updateStatus) The latest status of a review template.updateStatus
(ReviewTemplateUpdateStatus updateStatus) The latest status of a review template.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, sdkFields
-
Method Details
-
description
Description of the review template.
- Parameters:
description
- Description of the review template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lenses
Lenses associated with the review template.
- Parameters:
lenses
- Lenses associated with the review template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lenses
Lenses associated with the review template.
- Parameters:
lenses
- Lenses associated with the review template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owner
Sets the value of the Owner property for this object.- Parameters:
owner
- The new value for the Owner property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
Sets the value of the UpdatedAt property for this object.- Parameters:
updatedAt
- The new value for the UpdatedAt property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateArn
The review template ARN.
- Parameters:
templateArn
- The review template ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateName
The name of the review template.
- Parameters:
templateName
- The name of the review template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateStatus
The latest status of a review template.
- Parameters:
updateStatus
- The latest status of a review template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updateStatus
The latest status of a review template.
- Parameters:
updateStatus
- The latest status of a review template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-