public static interface LastSync.Builder extends SdkPojo, CopyableBuilder<LastSync.Builder,LastSync>
| Modifier and Type | Method and Description |
|---|---|
LastSync.Builder |
lastSuccessfulSyncProvisioningArtifactId(String lastSuccessfulSyncProvisioningArtifactId)
The ProvisioningArtifactID of the ProvisioningArtifact created from the latest successful sync.
|
LastSync.Builder |
lastSuccessfulSyncTime(Instant lastSuccessfulSyncTime)
The time of the latest successful sync from the source repo artifact to the Service Catalog product.
|
LastSync.Builder |
lastSyncStatus(LastSyncStatus lastSyncStatus)
The current status of the sync.
|
LastSync.Builder |
lastSyncStatus(String lastSyncStatus)
The current status of the sync.
|
LastSync.Builder |
lastSyncStatusMessage(String lastSyncStatusMessage)
The sync's status message.
|
LastSync.Builder |
lastSyncTime(Instant lastSyncTime)
The time of the last attempted sync from the repository to the Service Catalog product.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLastSync.Builder lastSyncTime(Instant lastSyncTime)
The time of the last attempted sync from the repository to the Service Catalog product.
lastSyncTime - The time of the last attempted sync from the repository to the Service Catalog product.LastSync.Builder lastSyncStatus(String lastSyncStatus)
The current status of the sync. Responses include SUCCEEDED or FAILED.
lastSyncStatus - The current status of the sync. Responses include SUCCEEDED or FAILED.LastSyncStatus,
LastSyncStatusLastSync.Builder lastSyncStatus(LastSyncStatus lastSyncStatus)
The current status of the sync. Responses include SUCCEEDED or FAILED.
lastSyncStatus - The current status of the sync. Responses include SUCCEEDED or FAILED.LastSyncStatus,
LastSyncStatusLastSync.Builder lastSyncStatusMessage(String lastSyncStatusMessage)
The sync's status message.
lastSyncStatusMessage - The sync's status message.LastSync.Builder lastSuccessfulSyncTime(Instant lastSuccessfulSyncTime)
The time of the latest successful sync from the source repo artifact to the Service Catalog product.
lastSuccessfulSyncTime - The time of the latest successful sync from the source repo artifact to the Service Catalog product.LastSync.Builder lastSuccessfulSyncProvisioningArtifactId(String lastSuccessfulSyncProvisioningArtifactId)
The ProvisioningArtifactID of the ProvisioningArtifact created from the latest successful sync.
lastSuccessfulSyncProvisioningArtifactId - The ProvisioningArtifactID of the ProvisioningArtifact created from the latest successful sync.Copyright © 2023. All rights reserved.