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.
|
build
requestOverrideConfig
copy
apply, build
UpdateProjectRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UpdateProjectRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.