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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DevEnvironmentRepositorySummary.BuilderbranchName(String branchName)The name of the branch in a source repository cloned into the Dev Environment.DevEnvironmentRepositorySummary.BuilderrepositoryName(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, sdkFields
-
-
-
-
Method Detail
-
repositoryName
DevEnvironmentRepositorySummary.Builder repositoryName(String 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
DevEnvironmentRepositorySummary.Builder branchName(String 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.
-
-