public static interface CreateBuildResponse.Builder extends GameLiftResponse.Builder, 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 specified in the request.
|
CreateBuildResponse.Builder |
storageLocation(S3Location storageLocation)
Amazon S3 location specified in the request.
|
default CreateBuildResponse.Builder |
uploadCredentials(Consumer<Credentials.Builder> uploadCredentials)
This element is not currently in use.
|
CreateBuildResponse.Builder |
uploadCredentials(Credentials uploadCredentials)
This element is not currently in use.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateBuildResponse.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.Builder
build(Build)
CreateBuildResponse.Builder uploadCredentials(Credentials uploadCredentials)
This element is not currently in use.
uploadCredentials
- This element is not currently in use.default CreateBuildResponse.Builder uploadCredentials(Consumer<Credentials.Builder> uploadCredentials)
This element is not currently in use.
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.Builder
uploadCredentials(Credentials)
CreateBuildResponse.Builder storageLocation(S3Location storageLocation)
Amazon S3 location specified in the request.
storageLocation
- Amazon S3 location specified in the request.default CreateBuildResponse.Builder storageLocation(Consumer<S3Location.Builder> storageLocation)
Amazon S3 location specified in the request.
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.Builder
storageLocation(S3Location)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.