public static interface CreateSourceRepositoryRequest.Builder extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<CreateSourceRepositoryRequest.Builder,CreateSourceRepositoryRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSourceRepositoryRequest.Builder |
description(String description)
The description of the source repository.
|
CreateSourceRepositoryRequest.Builder |
name(String name)
The name of the source repository.
|
CreateSourceRepositoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSourceRepositoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSourceRepositoryRequest.Builder |
projectName(String projectName)
The name of the project in the space.
|
CreateSourceRepositoryRequest.Builder |
spaceName(String spaceName)
The name of the space.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSourceRepositoryRequest.Builder spaceName(String spaceName)
The name of the space.
spaceName - The name of the space.CreateSourceRepositoryRequest.Builder projectName(String projectName)
The name of the project in the space.
projectName - The name of the project in the space.CreateSourceRepositoryRequest.Builder name(String name)
The name of the source repository. For more information about name requirements, see Quotas for source repositories.
name - The name of the source repository. For more information about name requirements, see Quotas for source
repositories.CreateSourceRepositoryRequest.Builder description(String description)
The description of the source repository.
description - The description of the source repository.CreateSourceRepositoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSourceRepositoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.