Interface SyncBlocker.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SyncBlocker.Builder,,SyncBlocker> SdkBuilder<SyncBlocker.Builder,,SyncBlocker> SdkPojo
- Enclosing class:
 SyncBlocker
public static interface SyncBlocker.Builder
extends SdkPojo, CopyableBuilder<SyncBlocker.Builder,SyncBlocker> 
- 
Method Summary
Modifier and TypeMethodDescriptioncontexts(Collection<SyncBlockerContext> contexts) The contexts for a specific sync blocker.contexts(Consumer<SyncBlockerContext.Builder>... contexts) The contexts for a specific sync blocker.contexts(SyncBlockerContext... contexts) The contexts for a specific sync blocker.The creation time for a specific sync blocker.createdReason(String createdReason) The provided reason for a specific sync blocker.The ID for a specific sync blocker.resolvedAt(Instant resolvedAt) The time that a specific sync blocker was resolved.resolvedReason(String resolvedReason) The resolved reason for a specific sync blocker.The status for a specific sync blocker.status(BlockerStatus status) The status for a specific sync blocker.The sync blocker type.type(BlockerType type) The sync blocker type.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
- 
id
The ID for a specific sync blocker.
- Parameters:
 id- The ID for a specific sync blocker.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
type
The sync blocker type.
- Parameters:
 type- The sync blocker type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
type
The sync blocker type.
- Parameters:
 type- The sync blocker type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
status
The status for a specific sync blocker.
- Parameters:
 status- The status for a specific sync blocker.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
status
The status for a specific sync blocker.
- Parameters:
 status- The status for a specific sync blocker.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
createdReason
The provided reason for a specific sync blocker.
- Parameters:
 createdReason- The provided reason for a specific sync blocker.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
createdAt
The creation time for a specific sync blocker.
- Parameters:
 createdAt- The creation time for a specific sync blocker.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
contexts
The contexts for a specific sync blocker.
- Parameters:
 contexts- The contexts for a specific sync blocker.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
contexts
The contexts for a specific sync blocker.
- Parameters:
 contexts- The contexts for a specific sync blocker.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
contexts
The contexts for a specific sync blocker.
This is a convenience method that creates an instance of theSyncBlockerContext.Builderavoiding the need to create one manually viaSyncBlockerContext.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontexts(List<SyncBlockerContext>).- Parameters:
 contexts- a consumer that will call methods onSyncBlockerContext.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
resolvedReason
The resolved reason for a specific sync blocker.
- Parameters:
 resolvedReason- The resolved reason for a specific sync blocker.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
resolvedAt
The time that a specific sync blocker was resolved.
- Parameters:
 resolvedAt- The time that a specific sync blocker was resolved.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -