public static interface CreateScriptResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<CreateScriptResponse.Builder,CreateScriptResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateScriptResponse.Builder |
script(Consumer<Script.Builder> script)
The newly created script record with a unique script ID and ARN.
|
CreateScriptResponse.Builder |
script(Script script)
The newly created script record with a unique script ID and ARN.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateScriptResponse.Builder script(Script script)
The newly created script record with a unique script ID and ARN. 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 and ARN. 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 CreateScriptResponse.Builder script(Consumer<Script.Builder> script)
The newly created script record with a unique script ID and ARN. 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.