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.
|
build
requestOverrideConfig, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.