public static interface CreateProjectRequest.Builder extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest.Builder |
description(String description)
The description of the project.
|
CreateProjectRequest.Builder |
displayName(String displayName)
The friendly name of the project that will be displayed to users.
|
CreateProjectRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateProjectRequest.Builder |
spaceName(String spaceName)
The name of the space.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateProjectRequest.Builder spaceName(String spaceName)
The name of the space.
spaceName - The name of the space.CreateProjectRequest.Builder displayName(String displayName)
The friendly name of the project that will be displayed to users.
displayName - The friendly name of the project that will be displayed to users.CreateProjectRequest.Builder description(String description)
The description of the project. This description will be displayed to all users of the project. We recommend providing a brief description of the project and its intended purpose.
description - The description of the project. This description will be displayed to all users of the project. We
recommend providing a brief description of the project and its intended purpose.CreateProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.