public static interface RecordDetail.Builder extends SdkPojo, CopyableBuilder<RecordDetail.Builder,RecordDetail>
| Modifier and Type | Method and Description |
|---|---|
RecordDetail.Builder |
createdTime(Instant createdTime)
The UTC time stamp of the creation time.
|
RecordDetail.Builder |
launchRoleArn(String launchRoleArn)
The ARN of the launch role associated with the provisioned product.
|
RecordDetail.Builder |
pathId(String pathId)
The path identifier.
|
RecordDetail.Builder |
productId(String productId)
The product identifier.
|
RecordDetail.Builder |
provisionedProductId(String provisionedProductId)
The identifier of the provisioned product.
|
RecordDetail.Builder |
provisionedProductName(String provisionedProductName)
The user-friendly name of the provisioned product.
|
RecordDetail.Builder |
provisionedProductType(String provisionedProductType)
The type of provisioned product.
|
RecordDetail.Builder |
provisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
RecordDetail.Builder |
recordErrors(Collection<RecordError> recordErrors)
The errors that occurred.
|
RecordDetail.Builder |
recordErrors(Consumer<RecordError.Builder>... recordErrors)
The errors that occurred.
|
RecordDetail.Builder |
recordErrors(RecordError... recordErrors)
The errors that occurred.
|
RecordDetail.Builder |
recordId(String recordId)
The identifier of the record.
|
RecordDetail.Builder |
recordTags(Collection<RecordTag> recordTags)
One or more tags.
|
RecordDetail.Builder |
recordTags(Consumer<RecordTag.Builder>... recordTags)
One or more tags.
|
RecordDetail.Builder |
recordTags(RecordTag... recordTags)
One or more tags.
|
RecordDetail.Builder |
recordType(String recordType)
The record type.
|
RecordDetail.Builder |
status(RecordStatus status)
The status of the provisioned product.
|
RecordDetail.Builder |
status(String status)
The status of the provisioned product.
|
RecordDetail.Builder |
updatedTime(Instant updatedTime)
The time when the record was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecordDetail.Builder recordId(String recordId)
The identifier of the record.
recordId - The identifier of the record.RecordDetail.Builder provisionedProductName(String provisionedProductName)
The user-friendly name of the provisioned product.
provisionedProductName - The user-friendly name of the provisioned product.RecordDetail.Builder status(String status)
The status of the provisioned product.
CREATED - The request was created but the operation has not 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 unsuccessfully completed. Investigate using the error
messages returned.
status - The status of the provisioned product.
CREATED - The request was created but the operation has not 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 unsuccessfully completed. Investigate using the
error messages returned.
RecordStatus,
RecordStatusRecordDetail.Builder status(RecordStatus status)
The status of the provisioned product.
CREATED - The request was created but the operation has not 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 unsuccessfully completed. Investigate using the error
messages returned.
status - The status of the provisioned product.
CREATED - The request was created but the operation has not 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 unsuccessfully completed. Investigate using the
error messages returned.
RecordStatus,
RecordStatusRecordDetail.Builder createdTime(Instant createdTime)
The UTC time stamp of the creation time.
createdTime - The UTC time stamp of the creation time.RecordDetail.Builder updatedTime(Instant updatedTime)
The time when the record was last updated.
updatedTime - The time when the record was last updated.RecordDetail.Builder provisionedProductType(String provisionedProductType)
The type of provisioned product. The supported values are CFN_STACK, CFN_STACKSET,
TERRAFORM_OPEN_SOURCE, and TERRAFORM_CLOUD.
provisionedProductType - The type of provisioned product. The supported values are CFN_STACK,
CFN_STACKSET, TERRAFORM_OPEN_SOURCE, and TERRAFORM_CLOUD.RecordDetail.Builder recordType(String recordType)
The record type.
PROVISION_PRODUCT
UPDATE_PROVISIONED_PRODUCT
TERMINATE_PROVISIONED_PRODUCT
recordType - The record type.
PROVISION_PRODUCT
UPDATE_PROVISIONED_PRODUCT
TERMINATE_PROVISIONED_PRODUCT
RecordDetail.Builder provisionedProductId(String provisionedProductId)
The identifier of the provisioned product.
provisionedProductId - The identifier of the provisioned product.RecordDetail.Builder productId(String productId)
The product identifier.
productId - The product identifier.RecordDetail.Builder provisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
provisioningArtifactId - The identifier of the provisioning artifact.RecordDetail.Builder pathId(String pathId)
The path identifier.
pathId - The path identifier.RecordDetail.Builder recordErrors(Collection<RecordError> recordErrors)
The errors that occurred.
recordErrors - The errors that occurred.RecordDetail.Builder recordErrors(RecordError... recordErrors)
The errors that occurred.
recordErrors - The errors that occurred.RecordDetail.Builder recordErrors(Consumer<RecordError.Builder>... recordErrors)
The errors that occurred.
This is a convenience method that creates an instance of theRecordError.Builder avoiding the need to create
one manually via RecordError.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #recordErrors(List.
recordErrors - a consumer that will call methods on
RecordError.Builder#recordErrors(java.util.Collection) RecordDetail.Builder recordTags(Collection<RecordTag> recordTags)
One or more tags.
recordTags - One or more tags.RecordDetail.Builder recordTags(RecordTag... recordTags)
One or more tags.
recordTags - One or more tags.RecordDetail.Builder recordTags(Consumer<RecordTag.Builder>... recordTags)
One or more tags.
This is a convenience method that creates an instance of theRecordTag.Builder avoiding the need to create
one manually via RecordTag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #recordTags(List.
recordTags - a consumer that will call methods on
RecordTag.Builder#recordTags(java.util.Collection) RecordDetail.Builder launchRoleArn(String launchRoleArn)
The ARN of the launch role associated with the provisioned product.
launchRoleArn - The ARN of the launch role associated with the provisioned product.Copyright © 2023. All rights reserved.