Uses of Interface
software.amazon.awssdk.services.codeconnections.model.SyncBlockerContext.Builder
-
Packages that use SyncBlockerContext.Builder Package Description software.amazon.awssdk.services.codeconnections.model -
-
Uses of SyncBlockerContext.Builder in software.amazon.awssdk.services.codeconnections.model
Methods in software.amazon.awssdk.services.codeconnections.model that return SyncBlockerContext.Builder Modifier and Type Method Description static SyncBlockerContext.BuilderSyncBlockerContext. builder()SyncBlockerContext.BuilderSyncBlockerContext.Builder. key(String key)The key provided for a context key-value pair for a specific sync blocker.SyncBlockerContext.BuilderSyncBlockerContext. toBuilder()SyncBlockerContext.BuilderSyncBlockerContext.Builder. value(String value)The value provided for a context key-value pair for a specific sync blocker.Methods in software.amazon.awssdk.services.codeconnections.model that return types with arguments of type SyncBlockerContext.Builder Modifier and Type Method Description static Class<? extends SyncBlockerContext.Builder>SyncBlockerContext. serializableBuilderClass()
-