@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 operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateBuildResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
Build |
build()
The newly created build resource, including a unique build IDs and status.
|
static CreateBuildResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(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()
Returns a string representation of this object.
|
Credentials |
uploadCredentials()
This element is returned only when the operation is called without a storage location.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Build build()
The newly created build resource, including a unique build IDs and status.
public final 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 final 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 final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.