public static interface UpdateProjectRequest.Builder extends CodeStarRequest.Builder, SdkPojo, CopyableBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateProjectRequest.Builder |
description(String description)
The description of the project, if any.
|
UpdateProjectRequest.Builder |
id(String id)
The ID of the project you want to update.
|
UpdateProjectRequest.Builder |
name(String name)
The name of the project you want to update.
|
UpdateProjectRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateProjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateProjectRequest.Builder id(String id)
The ID of the project you want to update.
id - The ID of the project you want to update.UpdateProjectRequest.Builder name(String name)
The name of the project you want to update.
name - The name of the project you want to update.UpdateProjectRequest.Builder description(String description)
The description of the project, if any.
description - The description of the project, if any.UpdateProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.