public static interface GetSourceRepositoryResponse.Builder extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<GetSourceRepositoryResponse.Builder,GetSourceRepositoryResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSourceRepositoryResponse.Builder |
createdTime(Instant createdTime)
The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified
in RFC 3339.
|
GetSourceRepositoryResponse.Builder |
description(String description)
The description of the source repository.
|
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.
|
GetSourceRepositoryResponse.Builder |
name(String name)
The name of the source repository.
|
GetSourceRepositoryResponse.Builder |
projectName(String projectName)
The name of the project in the space.
|
GetSourceRepositoryResponse.Builder |
spaceName(String spaceName)
The name of the space.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSourceRepositoryResponse.Builder spaceName(String spaceName)
The name of the space.
spaceName - The name of the space.GetSourceRepositoryResponse.Builder projectName(String projectName)
The name of the project in the space.
projectName - The name of the project in the space.GetSourceRepositoryResponse.Builder name(String name)
The name of the source repository.
name - The name of the source repository.GetSourceRepositoryResponse.Builder description(String description)
The description of the source repository.
description - The description of the source repository.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.
lastUpdatedTime - The time the source repository was last updated, in coordinated universal time (UTC) timestamp format
as specified in RFC 3339.GetSourceRepositoryResponse.Builder createdTime(Instant createdTime)
The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
createdTime - The time the source repository was created, in coordinated universal time (UTC) timestamp format as
specified in RFC 3339.Copyright © 2023. All rights reserved.