CopyableBuilder<RecordDetail.Builder,RecordDetail>
, SdkBuilder<RecordDetail.Builder,RecordDetail>
public static interface RecordDetail.Builder extends CopyableBuilder<RecordDetail.Builder,RecordDetail>
Modifier and Type | Method | Description |
---|---|---|
RecordDetail.Builder |
createdTime(Date createdTime) |
The UTC timestamp of the creation time.
|
RecordDetail.Builder |
pathId(String pathId) |
The identifier of the path for this product's provisioning.
|
RecordDetail.Builder |
productId(String productId) |
The product identifier.
|
RecordDetail.Builder |
provisionedProductId(String provisionedProductId) |
The identifier of the ProvisionedProduct object.
|
RecordDetail.Builder |
provisionedProductName(String provisionedProductName) |
The user-friendly name of the ProvisionedProduct object.
|
RecordDetail.Builder |
provisionedProductType(String provisionedProductType) |
The type of the ProvisionedProduct object.
|
RecordDetail.Builder |
provisioningArtifactId(String provisioningArtifactId) |
The provisioning artifact identifier for this product.
|
RecordDetail.Builder |
recordErrors(Collection<RecordError> recordErrors) |
A list of errors that occurred while processing the request.
|
RecordDetail.Builder |
recordErrors(RecordError... recordErrors) |
A list of errors that occurred while processing the request.
|
RecordDetail.Builder |
recordId(String recordId) |
The identifier of the ProvisionedProduct object record.
|
RecordDetail.Builder |
recordTags(Collection<RecordTag> recordTags) |
List of tags associated with this record.
|
RecordDetail.Builder |
recordTags(RecordTag... recordTags) |
List of tags associated with this record.
|
RecordDetail.Builder |
recordType(String recordType) |
The record type for this record.
|
RecordDetail.Builder |
status(String status) |
The status of the ProvisionedProduct object.
|
RecordDetail.Builder |
status(RecordStatus status) |
The status of the ProvisionedProduct object.
|
RecordDetail.Builder |
updatedTime(Date updatedTime) |
The time when the record for the ProvisionedProduct object was last updated.
|
copy
apply, build
RecordDetail.Builder recordId(String recordId)
The identifier of the ProvisionedProduct object record.
recordId
- The identifier of the ProvisionedProduct object record.RecordDetail.Builder provisionedProductName(String provisionedProductName)
The user-friendly name of the ProvisionedProduct object.
provisionedProductName
- The user-friendly name of the ProvisionedProduct object.RecordDetail.Builder status(String status)
The status of the ProvisionedProduct object.
CREATED
- Request created but the operation has not yet started.
IN_PROGRESS
- The requested operation is in-progress.
IN_PROGRESS_IN_ERROR
- The provisioned product is under change but the requested operation
failed and some remediation is occurring. For example, a roll-back.
SUCCEEDED
- The requested operation has successfully completed.
FAILED
- The requested operation has completed but has failed. Investigate using the error
messages returned.
status
- The status of the ProvisionedProduct object.
CREATED
- Request created but the operation has not yet started.
IN_PROGRESS
- The requested operation is in-progress.
IN_PROGRESS_IN_ERROR
- The provisioned product is under change but the requested
operation failed and some remediation is occurring. For example, a roll-back.
SUCCEEDED
- The requested operation has successfully completed.
FAILED
- The requested operation has completed but has failed. Investigate using the
error messages returned.
RecordStatus
RecordDetail.Builder status(RecordStatus status)
The status of the ProvisionedProduct object.
CREATED
- Request created but the operation has not yet started.
IN_PROGRESS
- The requested operation is in-progress.
IN_PROGRESS_IN_ERROR
- The provisioned product is under change but the requested operation
failed and some remediation is occurring. For example, a roll-back.
SUCCEEDED
- The requested operation has successfully completed.
FAILED
- The requested operation has completed but has failed. Investigate using the error
messages returned.
status
- The status of the ProvisionedProduct object.
CREATED
- Request created but the operation has not yet started.
IN_PROGRESS
- The requested operation is in-progress.
IN_PROGRESS_IN_ERROR
- The provisioned product is under change but the requested
operation failed and some remediation is occurring. For example, a roll-back.
SUCCEEDED
- The requested operation has successfully completed.
FAILED
- The requested operation has completed but has failed. Investigate using the
error messages returned.
RecordStatus
RecordDetail.Builder createdTime(Date createdTime)
The UTC timestamp of the creation time.
createdTime
- The UTC timestamp of the creation time.RecordDetail.Builder updatedTime(Date updatedTime)
The time when the record for the ProvisionedProduct object was last updated.
updatedTime
- The time when the record for the ProvisionedProduct object was last updated.RecordDetail.Builder provisionedProductType(String provisionedProductType)
The type of the ProvisionedProduct object.
provisionedProductType
- The type of the ProvisionedProduct object.RecordDetail.Builder recordType(String recordType)
The record type for this record.
recordType
- The record type for this record.RecordDetail.Builder provisionedProductId(String provisionedProductId)
The identifier of the ProvisionedProduct object.
provisionedProductId
- The identifier of the ProvisionedProduct object.RecordDetail.Builder productId(String productId)
The product identifier.
productId
- The product identifier.RecordDetail.Builder provisioningArtifactId(String provisioningArtifactId)
The provisioning artifact identifier for this product. This is sometimes referred to as the product version.
provisioningArtifactId
- The provisioning artifact identifier for this product. This is sometimes referred to as the product
version.RecordDetail.Builder pathId(String pathId)
The identifier of the path for this product's provisioning.
pathId
- The identifier of the path for this product's provisioning.RecordDetail.Builder recordErrors(Collection<RecordError> recordErrors)
A list of errors that occurred while processing the request.
recordErrors
- A list of errors that occurred while processing the request.RecordDetail.Builder recordErrors(RecordError... recordErrors)
A list of errors that occurred while processing the request.
NOTE: This method appends the values to the existing list (if any). Use
#setRecordErrors(java.util.Collection)
or #withRecordErrors(java.util.Collection)
if you want
to override the existing values.
recordErrors
- A list of errors that occurred while processing the request.RecordDetail.Builder recordTags(Collection<RecordTag> recordTags)
List of tags associated with this record.
recordTags
- List of tags associated with this record.RecordDetail.Builder recordTags(RecordTag... recordTags)
List of tags associated with this record.
NOTE: This method appends the values to the existing list (if any). Use
#setRecordTags(java.util.Collection)
or #withRecordTags(java.util.Collection)
if you want to
override the existing values.
recordTags
- List of tags associated with this record.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.