public static interface RecordDetail.Builder extends CopyableBuilder<RecordDetail.Builder,RecordDetail>
| Modifier and Type | Method and Description |
|---|---|
RecordDetail.Builder |
createdTime(Instant 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(Consumer<RecordError.Builder>... 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(Consumer<RecordTag.Builder>... 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(RecordStatus status)
The status of the ProvisionedProduct object.
|
RecordDetail.Builder |
status(String status)
The status of the ProvisionedProduct object.
|
RecordDetail.Builder |
updatedTime(Instant updatedTime)
The time when the record for the ProvisionedProduct object was last updated.
|
copyapply, buildRecordDetail.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 rollback.
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 rollback.
SUCCEEDED - The requested operation has successfully completed.
FAILED - The requested operation has completed but has failed. Investigate using the
error messages returned.
RecordStatus,
RecordStatusRecordDetail.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 rollback.
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 rollback.
SUCCEEDED - The requested operation has successfully completed.
FAILED - The requested operation has completed but has failed. Investigate using the
error messages returned.
RecordStatus,
RecordStatusRecordDetail.Builder createdTime(Instant createdTime)
The UTC timestamp of the creation time.
createdTime - The UTC timestamp of the creation time.RecordDetail.Builder updatedTime(Instant 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.
recordErrors - A list of errors that occurred while processing the request.RecordDetail.Builder recordErrors(Consumer<RecordError.Builder>... recordErrors)
A list of errors that occurred while processing the request.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #recordErrors(List) .recordErrors - a consumer that will call methods on List.Builder #recordErrors(List) 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.
recordTags - List of tags associated with this record.RecordDetail.Builder recordTags(Consumer<RecordTag.Builder>... recordTags)
List of tags associated with this record.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #recordTags(List) .recordTags - a consumer that will call methods on List.Builder #recordTags(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.