public static interface GetGameSessionLogUrlResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<GetGameSessionLogUrlResponse.Builder,GetGameSessionLogUrlResponse>
| Modifier and Type | Method and Description |
|---|---|
GetGameSessionLogUrlResponse.Builder |
preSignedUrl(String preSignedUrl)
Location of the requested game session logs, available for download.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetGameSessionLogUrlResponse.Builder preSignedUrl(String preSignedUrl)
Location of the requested game session logs, available for download. This URL is valid for 15 minutes, after which S3 will reject any download request using this URL. You can request a new URL any time within the 14-day period that the logs are retained.
preSignedUrl - Location of the requested game session logs, available for download. This URL is valid for 15 minutes,
after which S3 will reject any download request using this URL. You can request a new URL any time
within the 14-day period that the logs are retained.Copyright © 2020. All rights reserved.