public static interface DeleteProjectRequest.Builder extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<DeleteProjectRequest.Builder,DeleteProjectRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteProjectRequest.Builder |
name(String name)
The name of the project in the space.
|
DeleteProjectRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteProjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteProjectRequest.Builder |
spaceName(String spaceName)
The name of the space.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteProjectRequest.Builder spaceName(String spaceName)
The name of the space.
spaceName - The name of the space.DeleteProjectRequest.Builder name(String name)
The name of the project in the space. To retrieve a list of project names, use ListProjects.
name - The name of the project in the space. To retrieve a list of project names, use ListProjects.DeleteProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.