Interface SyncBlockerContext.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SyncBlockerContext.Builder,,SyncBlockerContext> SdkBuilder<SyncBlockerContext.Builder,,SyncBlockerContext> SdkPojo
- Enclosing class:
 SyncBlockerContext
public static interface SyncBlockerContext.Builder
extends SdkPojo, CopyableBuilder<SyncBlockerContext.Builder,SyncBlockerContext> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe key provided for a context key-value pair for a specific sync blocker.The value provided for a context key-value pair for a specific sync blocker.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
key
The key provided for a context key-value pair for a specific sync blocker.
- Parameters:
 key- The key provided for a context key-value pair for a specific sync blocker.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
value
The value provided for a context key-value pair for a specific sync blocker.
- Parameters:
 value- The value provided for a context key-value pair for a specific sync blocker.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -