Uses of Interface
software.amazon.awssdk.services.gamelift.model.S3Location.Builder
-
Packages that use S3Location.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of S3Location.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return S3Location.Builder Modifier and Type Method Description S3Location.BuilderS3Location.Builder. bucket(String bucket)An Amazon S3 bucket identifier.static S3Location.BuilderS3Location. builder()S3Location.BuilderS3Location.Builder. key(String key)The name of the zip file that contains the build files or script files.S3Location.BuilderS3Location.Builder. objectVersion(String objectVersion)The version of the file, if object versioning is turned on for the bucket.S3Location.BuilderS3Location.Builder. roleArn(String roleArn)The Amazon Resource Name (ARN) for an IAM role that allows Amazon GameLift to access the S3 bucket.S3Location.BuilderS3Location. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type S3Location.Builder Modifier and Type Method Description static Class<? extends S3Location.Builder>S3Location. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type S3Location.Builder Modifier and Type Method Description default CreateBuildRequest.BuilderCreateBuildRequest.Builder. storageLocation(Consumer<S3Location.Builder> storageLocation)Information indicating where your game build files are stored.default CreateBuildResponse.BuilderCreateBuildResponse.Builder. storageLocation(Consumer<S3Location.Builder> storageLocation)Amazon S3 location for your game build file, including bucket name and key.default CreateScriptRequest.BuilderCreateScriptRequest.Builder. storageLocation(Consumer<S3Location.Builder> storageLocation)The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.default RequestUploadCredentialsResponse.BuilderRequestUploadCredentialsResponse.Builder. storageLocation(Consumer<S3Location.Builder> storageLocation)Amazon S3 path and key, identifying where the game build files are stored.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.default UpdateScriptRequest.BuilderUpdateScriptRequest.Builder. storageLocation(Consumer<S3Location.Builder> storageLocation)The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.
-