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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RepositorySyncDefinition.Builderbranch(String branch)The branch specified for a repository sync definition.RepositorySyncDefinition.Builderdirectory(String directory)The configuration file for a repository sync definition.RepositorySyncDefinition.Builderparent(String parent)The parent resource specified for a repository sync definition.RepositorySyncDefinition.Buildertarget(String target)The target resource specified for a repository sync definition.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
branch
RepositorySyncDefinition.Builder branch(String branch)
The branch specified for a repository sync definition.
- Parameters:
branch- The branch specified for a repository sync definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
directory
RepositorySyncDefinition.Builder directory(String directory)
The configuration file for a repository sync definition. This value comes from creating or updating the
config-filefield of async-configuration.- Parameters:
directory- The configuration file for a repository sync definition. This value comes from creating or updating theconfig-filefield of async-configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parent
RepositorySyncDefinition.Builder parent(String parent)
The parent resource specified for a repository sync definition.
- Parameters:
parent- The parent resource specified for a repository sync definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
target
RepositorySyncDefinition.Builder target(String target)
The target resource specified for a repository sync definition. In some cases, such as CFN_STACK_SYNC, the parent and target resource are the same.
- Parameters:
target- The target resource specified for a repository sync definition. In some cases, such as CFN_STACK_SYNC, the parent and target resource are the same.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-