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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyncBlockerContext.Builderkey(String key)The key provided for a context key-value pair for a specific sync blocker.SyncBlockerContext.Buildervalue(String value)The value provided for a context key-value pair for a specific sync blocker.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
key
SyncBlockerContext.Builder key(String 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
SyncBlockerContext.Builder value(String 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.
-
-