Interface CreateSourceRepositoryBranchRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeCatalystRequest.Builder,CopyableBuilder<CreateSourceRepositoryBranchRequest.Builder,CreateSourceRepositoryBranchRequest>,SdkBuilder<CreateSourceRepositoryBranchRequest.Builder,CreateSourceRepositoryBranchRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateSourceRepositoryBranchRequest
public static interface CreateSourceRepositoryBranchRequest.Builder extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<CreateSourceRepositoryBranchRequest.Builder,CreateSourceRepositoryBranchRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateSourceRepositoryBranchRequest.BuilderheadCommitId(String headCommitId)The commit ID in an existing branch from which you want to create the new branch.CreateSourceRepositoryBranchRequest.Buildername(String name)The name for the branch you're creating.CreateSourceRepositoryBranchRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSourceRepositoryBranchRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSourceRepositoryBranchRequest.BuilderprojectName(String projectName)The name of the project in the space.CreateSourceRepositoryBranchRequest.BuildersourceRepositoryName(String sourceRepositoryName)The name of the repository where you want to create a branch.CreateSourceRepositoryBranchRequest.BuilderspaceName(String spaceName)The name of the space.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codecatalyst.model.CodeCatalystRequest.Builder
build
-
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
-
spaceName
CreateSourceRepositoryBranchRequest.Builder spaceName(String spaceName)
The name of the space.
- Parameters:
spaceName- The name of the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectName
CreateSourceRepositoryBranchRequest.Builder projectName(String projectName)
The name of the project in the space.
- Parameters:
projectName- The name of the project in the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceRepositoryName
CreateSourceRepositoryBranchRequest.Builder sourceRepositoryName(String sourceRepositoryName)
The name of the repository where you want to create a branch.
- Parameters:
sourceRepositoryName- The name of the repository where you want to create a branch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateSourceRepositoryBranchRequest.Builder name(String name)
The name for the branch you're creating.
- Parameters:
name- The name for the branch you're creating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
headCommitId
CreateSourceRepositoryBranchRequest.Builder headCommitId(String headCommitId)
The commit ID in an existing branch from which you want to create the new branch.
- Parameters:
headCommitId- The commit ID in an existing branch from which you want to create the new branch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateSourceRepositoryBranchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateSourceRepositoryBranchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-