public static interface CreateBuildResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<CreateBuildResponse.Builder,CreateBuildResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateBuildResponse.Builder |
build(Build build)
The newly created build record, including a unique build ID and status.
|
default CreateBuildResponse.Builder |
build(Consumer<Build.Builder> build)
The newly created build record, including a unique build ID and status.
|
default CreateBuildResponse.Builder |
storageLocation(Consumer<S3Location.Builder> storageLocation)
Amazon S3 location for your game build file, including bucket name and key.
|
CreateBuildResponse.Builder |
storageLocation(S3Location storageLocation)
Amazon S3 location for your game build file, including bucket name and key.
|
default CreateBuildResponse.Builder |
uploadCredentials(Consumer<Credentials.Builder> uploadCredentials)
This element is returned only when the operation is called without a storage location.
|
CreateBuildResponse.Builder |
uploadCredentials(Credentials uploadCredentials)
This element is returned only when the operation is called without a storage location.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateBuildResponse.Builder build(Build build)
The newly created build record, including a unique build ID and status.
build - The newly created build record, including a unique build ID and status.default CreateBuildResponse.Builder build(Consumer<Build.Builder> build)
The newly created build record, including a unique build ID and status.
This is a convenience that creates an instance of theBuild.Builder avoiding the need to create one
manually via Build.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to build(Build).build - a consumer that will call methods on Build.Builderbuild(Build)CreateBuildResponse.Builder uploadCredentials(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.
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.default CreateBuildResponse.Builder uploadCredentials(Consumer<Credentials.Builder> 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.
This is a convenience that creates an instance of theCredentials.Builder avoiding the need to create
one manually via Credentials.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to uploadCredentials(Credentials).uploadCredentials - a consumer that will call methods on Credentials.BuilderuploadCredentials(Credentials)CreateBuildResponse.Builder storageLocation(S3Location storageLocation)
Amazon S3 location for your game build file, including bucket name and key.
storageLocation - Amazon S3 location for your game build file, including bucket name and key.default CreateBuildResponse.Builder storageLocation(Consumer<S3Location.Builder> storageLocation)
Amazon S3 location for your game build file, including bucket name and key.
This is a convenience that creates an instance of theS3Location.Builder avoiding the need to create
one manually via S3Location.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to storageLocation(S3Location).storageLocation - a consumer that will call methods on S3Location.BuilderstorageLocation(S3Location)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.