public static interface GetProjectResponse.Builder extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<GetProjectResponse.Builder,GetProjectResponse>
| Modifier and Type | Method and Description |
|---|---|
GetProjectResponse.Builder |
description(String description)
The description of the project.
|
GetProjectResponse.Builder |
displayName(String displayName)
The friendly name of the project displayed to users in Amazon CodeCatalyst.
|
GetProjectResponse.Builder |
name(String name)
The name of the project in the space.
|
GetProjectResponse.Builder |
spaceName(String spaceName)
The name of the space.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetProjectResponse.Builder spaceName(String spaceName)
The name of the space.
spaceName - The name of the space.GetProjectResponse.Builder name(String name)
The name of the project in the space.
name - The name of the project in the space.GetProjectResponse.Builder displayName(String displayName)
The friendly name of the project displayed to users in Amazon CodeCatalyst.
displayName - The friendly name of the project displayed to users in Amazon CodeCatalyst.GetProjectResponse.Builder description(String description)
The description of the project.
description - The description of the project.Copyright © 2023. All rights reserved.