Interface CreateSourceRepositoryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CodeCatalystResponse.Builder
,CopyableBuilder<CreateSourceRepositoryResponse.Builder,
,CreateSourceRepositoryResponse> SdkBuilder<CreateSourceRepositoryResponse.Builder,
,CreateSourceRepositoryResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateSourceRepositoryResponse
@Mutable
@NotThreadSafe
public static interface CreateSourceRepositoryResponse.Builder
extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<CreateSourceRepositoryResponse.Builder,CreateSourceRepositoryResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the source repository.The name of the source repository.projectName
(String projectName) The name of the project in the space.The name of the space.Methods inherited from interface software.amazon.awssdk.services.codecatalyst.model.CodeCatalystResponse.Builder
build, responseMetadata, responseMetadata
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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
The name of the source repository.
- Parameters:
name
- The name of the source repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-