Interface ProductPageSummaryNoBody.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProductPageSummaryNoBody.Builder,,ProductPageSummaryNoBody> SdkBuilder<ProductPageSummaryNoBody.Builder,,ProductPageSummaryNoBody> SdkPojo
- Enclosing class:
ProductPageSummaryNoBody
@Mutable
@NotThreadSafe
public static interface ProductPageSummaryNoBody.Builder
extends SdkPojo, CopyableBuilder<ProductPageSummaryNoBody.Builder,ProductPageSummaryNoBody>
-
Method Summary
Modifier and TypeMethodDescriptionlastModified(Instant lastModified) The timestamp when the product page was last modified.The page title.productPageArn(String productPageArn) The ARN of the product page.productPageId(String productPageId) The product page identifier.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
lastModified
The timestamp when the product page was last modified.
- Parameters:
lastModified- The timestamp when the product page was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageTitle
The page title.
- Parameters:
pageTitle- The page title.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productPageArn
The ARN of the product page.
- Parameters:
productPageArn- The ARN of the product page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productPageId
The product page identifier.
- Parameters:
productPageId- The product page identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-