Interface GetGameSessionLogUrlResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetGameSessionLogUrlResponse.Builder,GetGameSessionLogUrlResponse>, GameLiftResponse.Builder, SdkBuilder<GetGameSessionLogUrlResponse.Builder,GetGameSessionLogUrlResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetGameSessionLogUrlResponse

public static interface GetGameSessionLogUrlResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<GetGameSessionLogUrlResponse.Builder,GetGameSessionLogUrlResponse>
  • Method Details

    • preSignedUrl

      GetGameSessionLogUrlResponse.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.