Uses of Interface
software.amazon.awssdk.services.servicecatalog.model.LastSync.Builder
-
Packages that use LastSync.Builder Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of LastSync.Builder in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return LastSync.Builder Modifier and Type Method Description static LastSync.BuilderLastSync. builder()LastSync.BuilderLastSync.Builder. lastSuccessfulSyncProvisioningArtifactId(String lastSuccessfulSyncProvisioningArtifactId)The ProvisioningArtifactID of the ProvisioningArtifact created from the latest successful sync.LastSync.BuilderLastSync.Builder. lastSuccessfulSyncTime(Instant lastSuccessfulSyncTime)The time of the latest successful sync from the source repo artifact to the Service Catalog product.LastSync.BuilderLastSync.Builder. lastSyncStatus(String lastSyncStatus)The current status of the sync.LastSync.BuilderLastSync.Builder. lastSyncStatus(LastSyncStatus lastSyncStatus)The current status of the sync.LastSync.BuilderLastSync.Builder. lastSyncStatusMessage(String lastSyncStatusMessage)The sync's status message.LastSync.BuilderLastSync.Builder. lastSyncTime(Instant lastSyncTime)The time of the last attempted sync from the repository to the Service Catalog product.LastSync.BuilderLastSync. toBuilder()Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type LastSync.Builder Modifier and Type Method Description static Class<? extends LastSync.Builder>LastSync. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.servicecatalog.model with type arguments of type LastSync.Builder Modifier and Type Method Description default SourceConnectionDetail.BuilderSourceConnectionDetail.Builder. lastSync(Consumer<LastSync.Builder> lastSync)Provides details about the product's connection sync and contains the following sub-fields.
-