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