Interface RepositorySyncDefinition.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RepositorySyncDefinition.Builder,,RepositorySyncDefinition> SdkBuilder<RepositorySyncDefinition.Builder,,RepositorySyncDefinition> SdkPojo
- Enclosing class:
 RepositorySyncDefinition
public static interface RepositorySyncDefinition.Builder
extends SdkPojo, CopyableBuilder<RepositorySyncDefinition.Builder,RepositorySyncDefinition> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe repository branch.The directory in the repository.The resource that is synced from.The resource that is synced to.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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
branch
The repository branch.
- Parameters:
 branch- The repository branch.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
directory
The directory in the repository.
- Parameters:
 directory- The directory in the repository.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
parent
The resource that is synced from.
- Parameters:
 parent- The resource that is synced from.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
target
The resource that is synced to.
- Parameters:
 target- The resource that is synced to.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -