public class CreateBuildRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input for a request action.
NOOP
Constructor and Description |
---|
CreateBuildRequest() |
Modifier and Type | Method and Description |
---|---|
CreateBuildRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getName()
Descriptive label associated with this build.
|
S3Location |
getStorageLocation() |
String |
getVersion()
Version associated with this build.
|
int |
hashCode() |
void |
setName(String name)
Descriptive label associated with this build.
|
void |
setStorageLocation(S3Location storageLocation) |
void |
setVersion(String version)
Version associated with this build.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateBuildRequest |
withName(String name)
Descriptive label associated with this build.
|
CreateBuildRequest |
withStorageLocation(S3Location storageLocation) |
CreateBuildRequest |
withVersion(String version)
Version associated with this build.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setName(String name)
Descriptive label associated with this build. Build names do not need to be unique. A build name can be changed later using UpdateBuild.
name
- Descriptive label associated with this build. Build names do not
need to be unique. A build name can be changed later using
UpdateBuild.public String getName()
Descriptive label associated with this build. Build names do not need to be unique. A build name can be changed later using UpdateBuild.
public CreateBuildRequest withName(String name)
Descriptive label associated with this build. Build names do not need to be unique. A build name can be changed later using UpdateBuild.
name
- Descriptive label associated with this build. Build names do not
need to be unique. A build name can be changed later using
UpdateBuild.public void setVersion(String version)
Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild.
version
- Version associated with this build. Version strings do not need to
be unique to a build. A build version can be changed later using
UpdateBuild.public String getVersion()
Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild.
public CreateBuildRequest withVersion(String version)
Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild.
version
- Version associated with this build. Version strings do not need to
be unique to a build. A build version can be changed later using
UpdateBuild.public void setStorageLocation(S3Location storageLocation)
storageLocation
- public S3Location getStorageLocation()
public CreateBuildRequest withStorageLocation(S3Location storageLocation)
storageLocation
- public String toString()
toString
in class Object
Object.toString()
public CreateBuildRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2018. All rights reserved.