public static interface UpdateScriptResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<UpdateScriptResponse.Builder,UpdateScriptResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateScriptResponse.Builder |
script(Consumer<Script.Builder> script)
The newly created script record with a unique script ID.
|
UpdateScriptResponse.Builder |
script(Script script)
The newly created script record with a unique script ID.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateScriptResponse.Builder script(Script script)
The newly created script record with a unique script ID. The new script's storage location reflects an Amazon S3 location: (1) If the script was uploaded from an S3 bucket under your account, the storage location reflects the information that was provided in the CreateScript request; (2) If the script file was uploaded from a local zip file, the storage location reflects an S3 location controls by the Amazon GameLift service.
script - The newly created script record with a unique script ID. The new script's storage location reflects an
Amazon S3 location: (1) If the script was uploaded from an S3 bucket under your account, the storage
location reflects the information that was provided in the CreateScript request; (2) If the
script file was uploaded from a local zip file, the storage location reflects an S3 location controls
by the Amazon GameLift service.default UpdateScriptResponse.Builder script(Consumer<Script.Builder> script)
The newly created script record with a unique script ID. The new script's storage location reflects an Amazon S3 location: (1) If the script was uploaded from an S3 bucket under your account, the storage location reflects the information that was provided in the CreateScript request; (2) If the script file was uploaded from a local zip file, the storage location reflects an S3 location controls by the Amazon GameLift service.
This is a convenience method that creates an instance of theScript.Builder avoiding the need to
create one manually via Script.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to script(Script).
script - a consumer that will call methods on Script.Builderscript(Script)Copyright © 2023. All rights reserved.