public static interface CreateSourceRepositoryResponse.Builder extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<CreateSourceRepositoryResponse.Builder,CreateSourceRepositoryResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateSourceRepositoryResponse.Builder |
description(String description)
The description of the source repository.
|
CreateSourceRepositoryResponse.Builder |
name(String name)
The name of the source repository.
|
CreateSourceRepositoryResponse.Builder |
projectName(String projectName)
The name of the project in the space.
|
CreateSourceRepositoryResponse.Builder |
spaceName(String spaceName)
The name of the space.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSourceRepositoryResponse.Builder spaceName(String spaceName)
The name of the space.
spaceName - The name of the space.CreateSourceRepositoryResponse.Builder projectName(String projectName)
The name of the project in the space.
projectName - The name of the project in the space.CreateSourceRepositoryResponse.Builder name(String name)
The name of the source repository.
name - The name of the source repository.CreateSourceRepositoryResponse.Builder description(String description)
The description of the source repository.
description - The description of the source repository.Copyright © 2023. All rights reserved.