Interface GetSourceRepositoryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeCatalystResponse.Builder,CopyableBuilder<GetSourceRepositoryResponse.Builder,GetSourceRepositoryResponse>,SdkBuilder<GetSourceRepositoryResponse.Builder,GetSourceRepositoryResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetSourceRepositoryResponse
public static interface GetSourceRepositoryResponse.Builder extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<GetSourceRepositoryResponse.Builder,GetSourceRepositoryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSourceRepositoryResponse.BuildercreatedTime(Instant createdTime)The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.GetSourceRepositoryResponse.Builderdescription(String description)The description of the source repository.GetSourceRepositoryResponse.BuilderlastUpdatedTime(Instant lastUpdatedTime)The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.GetSourceRepositoryResponse.Buildername(String name)The name of the source repository.GetSourceRepositoryResponse.BuilderprojectName(String projectName)The name of the project in the space.GetSourceRepositoryResponse.BuilderspaceName(String spaceName)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
spaceName
GetSourceRepositoryResponse.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
GetSourceRepositoryResponse.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
GetSourceRepositoryResponse.Builder name(String 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
GetSourceRepositoryResponse.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.
-
lastUpdatedTime
GetSourceRepositoryResponse.Builder lastUpdatedTime(Instant lastUpdatedTime)
The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
- Parameters:
lastUpdatedTime- The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
GetSourceRepositoryResponse.Builder createdTime(Instant createdTime)
The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
- Parameters:
createdTime- The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-