@Generated(value="software.amazon.awssdk:codegen") public final class CreateBuildResponse extends GameLiftResponse implements ToCopyableBuilder<CreateBuildResponse.Builder,CreateBuildResponse>
Represents the returned data in response to a request action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateBuildResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
Build |
build()
The newly created build record, including a unique build ID and status.
|
static CreateBuildResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateBuildResponse.Builder> |
serializableBuilderClass() |
S3Location |
storageLocation()
Amazon S3 location for your game build file, including bucket name and key.
|
CreateBuildResponse.Builder |
toBuilder() |
String |
toString() |
Credentials |
uploadCredentials()
This element is returned only when the operation is called without a storage location.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Build build()
The newly created build record, including a unique build ID and status.
public Credentials uploadCredentials()
This element is returned only when the operation is called without a storage location. It contains credentials to use when you are uploading a build file to an Amazon S3 bucket that is owned by Amazon GameLift. Credentials have a limited life span. To refresh these credentials, call RequestUploadCredentials.
public S3Location storageLocation()
Amazon S3 location for your game build file, including bucket name and key.
public CreateBuildResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateBuildResponse.Builder,CreateBuildResponse>toBuilder in class AwsResponsepublic static CreateBuildResponse.Builder builder()
public static Class<? extends CreateBuildResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.