| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
static LastSync.Builder |
LastSync.builder() |
LastSync.Builder |
LastSync.Builder.lastSuccessfulSyncProvisioningArtifactId(String lastSuccessfulSyncProvisioningArtifactId)
The ProvisioningArtifactID of the ProvisioningArtifact created from the latest successful sync.
|
LastSync.Builder |
LastSync.Builder.lastSuccessfulSyncTime(Instant lastSuccessfulSyncTime)
The time of the latest successful sync from the source repo artifact to the Service Catalog product.
|
LastSync.Builder |
LastSync.Builder.lastSyncStatus(LastSyncStatus lastSyncStatus)
The current status of the sync.
|
LastSync.Builder |
LastSync.Builder.lastSyncStatus(String lastSyncStatus)
The current status of the sync.
|
LastSync.Builder |
LastSync.Builder.lastSyncStatusMessage(String lastSyncStatusMessage)
The sync's status message.
|
LastSync.Builder |
LastSync.Builder.lastSyncTime(Instant lastSyncTime)
The time of the last attempted sync from the repository to the Service Catalog product.
|
LastSync.Builder |
LastSync.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LastSync.Builder> |
LastSync.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SourceConnectionDetail.Builder |
SourceConnectionDetail.Builder.lastSync(Consumer<LastSync.Builder> lastSync)
Provides details about the product's connection sync and contains the following sub-fields.
|
Copyright © 2023. All rights reserved.