CopyableBuilder<ProductViewDetail.Builder,ProductViewDetail>
, SdkBuilder<ProductViewDetail.Builder,ProductViewDetail>
public static interface ProductViewDetail.Builder extends CopyableBuilder<ProductViewDetail.Builder,ProductViewDetail>
Modifier and Type | Method | Description |
---|---|---|
ProductViewDetail.Builder |
createdTime(Date createdTime) |
The UTC timestamp of the creation time.
|
ProductViewDetail.Builder |
productARN(String productARN) |
The ARN associated with the product.
|
ProductViewDetail.Builder |
productViewSummary(ProductViewSummary productViewSummary) |
The summary metadata about the specified product view.
|
ProductViewDetail.Builder |
status(String status) |
Current status of the product.
|
ProductViewDetail.Builder |
status(Status status) |
Current status of the product.
|
copy
apply, build
ProductViewDetail.Builder productViewSummary(ProductViewSummary productViewSummary)
The summary metadata about the specified product view.
productViewSummary
- The summary metadata about the specified product view.ProductViewDetail.Builder status(String status)
Current status of the product.
AVAILABLE
- Product is available for use.
CREATING
- Creation of product started, not ready for use.
FAILED
- Action on product failed.
status
- Current status of the product.
AVAILABLE
- Product is available for use.
CREATING
- Creation of product started, not ready for use.
FAILED
- Action on product failed.
Status
ProductViewDetail.Builder status(Status status)
Current status of the product.
AVAILABLE
- Product is available for use.
CREATING
- Creation of product started, not ready for use.
FAILED
- Action on product failed.
status
- Current status of the product.
AVAILABLE
- Product is available for use.
CREATING
- Creation of product started, not ready for use.
FAILED
- Action on product failed.
Status
ProductViewDetail.Builder productARN(String productARN)
The ARN associated with the product.
productARN
- The ARN associated with the product.ProductViewDetail.Builder createdTime(Date createdTime)
The UTC timestamp of the creation time.
createdTime
- The UTC timestamp of the creation time.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.