Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateProjectRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateProjectRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
ProjectArtifacts |
artifacts() |
Information to be changed about the build output artifacts for the build project.
|
static UpdateProjectRequest.Builder |
builder() |
|
String |
description() |
A new or replacement description of the build project.
|
String |
encryptionKey() |
The replacement AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the
build output artifacts.
|
ProjectEnvironment |
environment() |
Information to be changed about the build environment for the build project.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The name of the build project.
|
static Class<? extends UpdateProjectRequest.Builder> |
serializableBuilderClass() |
|
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.
|
ProjectSource |
source() |
Information to be changed about the build input source code for the build project.
|
List<Tag> |
tags() |
The replacement set of tags for this build project.
|
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.
|
UpdateProjectRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String name()
The name of the build project.
You cannot change a build project's name.
You cannot change a build project's name.
public String description()
A new or replacement description of the build project.
public ProjectSource source()
Information to be changed about the build input source code for the build project.
public ProjectArtifacts artifacts()
Information to be changed about the build output artifacts for the build project.
public ProjectEnvironment environment()
Information to be changed about the build environment for the build project.
public 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.
public 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.
public 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
).
You can specify either the CMK's Amazon Resource Name (ARN) or, if available, the CMK's alias (using the
format alias/alias-name
).
public List<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.
These tags are available for use by AWS services that support AWS CodeBuild build project tags.
public UpdateProjectRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>
public static UpdateProjectRequest.Builder builder()
public static Class<? extends UpdateProjectRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.