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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetGameSessionLogUrlResponse.BuilderpreSignedUrl(String preSignedUrl)Location of the requested game session logs, available for download.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.
-
-