Uses of Interface
software.amazon.awssdk.services.codestarconnections.model.RepositorySyncAttempt.Builder
-
Packages that use RepositorySyncAttempt.Builder Package Description software.amazon.awssdk.services.codestarconnections.model -
-
Uses of RepositorySyncAttempt.Builder in software.amazon.awssdk.services.codestarconnections.model
Methods in software.amazon.awssdk.services.codestarconnections.model that return RepositorySyncAttempt.Builder Modifier and Type Method Description static RepositorySyncAttempt.BuilderRepositorySyncAttempt. builder()RepositorySyncAttempt.BuilderRepositorySyncAttempt.Builder. events(Collection<RepositorySyncEvent> events)The events associated with a specific sync attempt.RepositorySyncAttempt.BuilderRepositorySyncAttempt.Builder. events(Consumer<RepositorySyncEvent.Builder>... events)The events associated with a specific sync attempt.RepositorySyncAttempt.BuilderRepositorySyncAttempt.Builder. events(RepositorySyncEvent... events)The events associated with a specific sync attempt.RepositorySyncAttempt.BuilderRepositorySyncAttempt.Builder. startedAt(Instant startedAt)The start time of a specific sync attempt.RepositorySyncAttempt.BuilderRepositorySyncAttempt.Builder. status(String status)The status of a specific sync attempt.RepositorySyncAttempt.BuilderRepositorySyncAttempt.Builder. status(RepositorySyncStatus status)The status of a specific sync attempt.RepositorySyncAttempt.BuilderRepositorySyncAttempt. toBuilder()Methods in software.amazon.awssdk.services.codestarconnections.model that return types with arguments of type RepositorySyncAttempt.Builder Modifier and Type Method Description static Class<? extends RepositorySyncAttempt.Builder>RepositorySyncAttempt. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codestarconnections.model with type arguments of type RepositorySyncAttempt.Builder Modifier and Type Method Description default GetRepositorySyncStatusResponse.BuilderGetRepositorySyncStatusResponse.Builder. latestSync(Consumer<RepositorySyncAttempt.Builder> latestSync)The status of the latest sync returned for a specified repository and branch.
-