CopyableBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>
, SdkBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>
public static interface UpdateProjectRequest.Builder extends CopyableBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateProjectRequest.Builder |
artifacts(ProjectArtifacts artifacts) |
Information to be changed about the build output artifacts for the build project.
|
UpdateProjectRequest.Builder |
description(String description) |
A new or replacement description of the build project.
|
UpdateProjectRequest.Builder |
encryptionKey(String encryptionKey) |
The replacement AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the
build output artifacts.
|
UpdateProjectRequest.Builder |
environment(ProjectEnvironment environment) |
Information to be changed about the build environment for the build project.
|
UpdateProjectRequest.Builder |
name(String name) |
The name of the build project.
|
UpdateProjectRequest.Builder |
serviceRole(String serviceRole) |
The replacement ARN of the AWS Identity and Access Management (IAM) role that enables AWS CodeBuild to
interact with dependent AWS services on behalf of the AWS account.
|
UpdateProjectRequest.Builder |
source(ProjectSource source) |
Information to be changed about the build input source code for the build project.
|
UpdateProjectRequest.Builder |
tags(Collection<Tag> tags) |
The replacement set of tags for this build project.
|
UpdateProjectRequest.Builder |
tags(Tag... tags) |
The replacement set of tags for this build project.
|
UpdateProjectRequest.Builder |
timeoutInMinutes(Integer timeoutInMinutes) |
The replacement value in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait before timing out any
related build that did not get marked as completed.
|
copy
apply, build
UpdateProjectRequest.Builder name(String name)
The name of the build project.
You cannot change a build project's name.
name
- The name of the build project. You cannot change a build project's name.
UpdateProjectRequest.Builder description(String description)
A new or replacement description of the build project.
description
- A new or replacement description of the build project.UpdateProjectRequest.Builder source(ProjectSource source)
Information to be changed about the build input source code for the build project.
source
- Information to be changed about the build input source code for the build project.UpdateProjectRequest.Builder artifacts(ProjectArtifacts artifacts)
Information to be changed about the build output artifacts for the build project.
artifacts
- Information to be changed about the build output artifacts for the build project.UpdateProjectRequest.Builder environment(ProjectEnvironment environment)
Information to be changed about the build environment for the build project.
environment
- Information to be changed about the build environment for the build project.UpdateProjectRequest.Builder serviceRole(String serviceRole)
The replacement ARN of the AWS Identity and Access Management (IAM) role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS account.
serviceRole
- The replacement ARN of the AWS Identity and Access Management (IAM) role that enables AWS CodeBuild to
interact with dependent AWS services on behalf of the AWS account.UpdateProjectRequest.Builder timeoutInMinutes(Integer timeoutInMinutes)
The replacement value in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait before timing out any related build that did not get marked as completed.
timeoutInMinutes
- The replacement value in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait before timing out
any related build that did not get marked as completed.UpdateProjectRequest.Builder encryptionKey(String encryptionKey)
The replacement AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build output artifacts.
You can specify either the CMK's Amazon Resource Name (ARN) or, if available, the CMK's alias (using the
format alias/alias-name
).
encryptionKey
- The replacement AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for
encrypting the build output artifacts.
You can specify either the CMK's Amazon Resource Name (ARN) or, if available, the CMK's alias (using
the format alias/alias-name
).
UpdateProjectRequest.Builder tags(Collection<Tag> tags)
The replacement set of tags for this build project.
These tags are available for use by AWS services that support AWS CodeBuild build project tags.
tags
- The replacement set of tags for this build project.
These tags are available for use by AWS services that support AWS CodeBuild build project tags.
UpdateProjectRequest.Builder tags(Tag... tags)
The replacement set of tags for this build project.
These tags are available for use by AWS services that support AWS CodeBuild build project tags.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection)
or #withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The replacement set of tags for this build project.
These tags are available for use by AWS services that support AWS CodeBuild build project tags.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.