Uses of Interface
software.amazon.awssdk.services.gamelift.model.Script.Builder
-
Packages that use Script.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of Script.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return Script.Builder Modifier and Type Method Description static Script.BuilderScript. builder()Script.BuilderScript.Builder. creationTime(Instant creationTime)A time stamp indicating when this data object was created.Script.BuilderScript.Builder. name(String name)A descriptive label that is associated with a script.Script.BuilderScript.Builder. scriptArn(String scriptArn)The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift script resource and uniquely identifies it.Script.BuilderScript.Builder. scriptId(String scriptId)A unique identifier for the Realtime scriptScript.BuilderScript.Builder. sizeOnDisk(Long sizeOnDisk)The file size of the uploaded Realtime script, expressed in bytes.default Script.BuilderScript.Builder. storageLocation(Consumer<S3Location.Builder> storageLocation)The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.Script.BuilderScript.Builder. storageLocation(S3Location storageLocation)The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.Script.BuilderScript. toBuilder()Script.BuilderScript.Builder. version(String version)Version information associated with a build or script.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type Script.Builder Modifier and Type Method Description static Class<? extends Script.Builder>Script. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type Script.Builder Modifier and Type Method Description default CreateScriptResponse.BuilderCreateScriptResponse.Builder. script(Consumer<Script.Builder> script)The newly created script record with a unique script ID and ARN.default DescribeScriptResponse.BuilderDescribeScriptResponse.Builder. script(Consumer<Script.Builder> script)A set of properties describing the requested script.default UpdateScriptResponse.BuilderUpdateScriptResponse.Builder. script(Consumer<Script.Builder> script)The newly created script record with a unique script ID.
-