Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateBuildRequest.Builder,UpdateBuildRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateBuildRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateBuildRequest.Builder,UpdateBuildRequest>
Represents the input for a request action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateBuildRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateBuildRequest.Builder |
builder() |
|
String |
buildId() |
Unique identifier for a build to update.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
Descriptive label that is associated with a build.
|
static Class<? extends UpdateBuildRequest.Builder> |
serializableBuilderClass() |
|
UpdateBuildRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
version() |
Version that is associated with this build.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String buildId()
Unique identifier for a build to update.
public String name()
Descriptive label that is associated with a build. Build names do not need to be unique.
public String version()
Version that is associated with this build. Version strings do not need to be unique.
public UpdateBuildRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateBuildRequest.Builder,UpdateBuildRequest>
public static UpdateBuildRequest.Builder builder()
public static Class<? extends UpdateBuildRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.