Interface RepositoryInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RepositoryInput.Builder,
,RepositoryInput> SdkBuilder<RepositoryInput.Builder,
,RepositoryInput> SdkPojo
- Enclosing class:
RepositoryInput
@Mutable
@NotThreadSafe
public static interface RepositoryInput.Builder
extends SdkPojo, CopyableBuilder<RepositoryInput.Builder,RepositoryInput>
-
Method Summary
Modifier and TypeMethodDescriptionbranchName
(String branchName) The name of the branch in a source repository.repositoryName
(String repositoryName) The name of the source repository.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 Details
-
repositoryName
The name of the source repository.
- Parameters:
repositoryName
- The name of the source repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
branchName
The name of the branch in a source repository.
- Parameters:
branchName
- The name of the branch in a source repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-