Interface CreateSourceRepositoryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeCatalystRequest.Builder,CopyableBuilder<CreateSourceRepositoryRequest.Builder,CreateSourceRepositoryRequest>,SdkBuilder<CreateSourceRepositoryRequest.Builder,CreateSourceRepositoryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateSourceRepositoryRequest
public static interface CreateSourceRepositoryRequest.Builder extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<CreateSourceRepositoryRequest.Builder,CreateSourceRepositoryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateSourceRepositoryRequest.Builderdescription(String description)The description of the source repository.CreateSourceRepositoryRequest.Buildername(String name)The name of the source repository.CreateSourceRepositoryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSourceRepositoryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSourceRepositoryRequest.BuilderprojectName(String projectName)The name of the project in the space.CreateSourceRepositoryRequest.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
CreateSourceRepositoryRequest.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
CreateSourceRepositoryRequest.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.
-
name
CreateSourceRepositoryRequest.Builder name(String name)
The name of the source repository. For more information about name requirements, see Quotas for source repositories.
- Parameters:
name- The name of the source repository. For more information about name requirements, see Quotas for source repositories.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateSourceRepositoryRequest.Builder description(String description)
The description of the source repository.
- Parameters:
description- The description of the source repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateSourceRepositoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateSourceRepositoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-