Interface CreateProjectRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeCatalystRequest.Builder,CopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>,SdkBuilder<CreateProjectRequest.Builder,CreateProjectRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateProjectRequest
public static interface CreateProjectRequest.Builder extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateProjectRequest.Builderdescription(String description)The description of the project.CreateProjectRequest.BuilderdisplayName(String displayName)The friendly name of the project that will be displayed to users.CreateProjectRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateProjectRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateProjectRequest.BuilderspaceName(String spaceName)The name of the space.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codecatalyst.model.CodeCatalystRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
spaceName
CreateProjectRequest.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.
-
displayName
CreateProjectRequest.Builder displayName(String displayName)
The friendly name of the project that will be displayed to users.
- Parameters:
displayName- The friendly name of the project that will be displayed to users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-