public static interface UpdateProjectRequest.Builder extends CodeStarRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateProjectRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateProjectRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.