public static interface ExportSnapshotResponse.Builder extends GameSparksResponse.Builder, SdkPojo, CopyableBuilder<ExportSnapshotResponse.Builder,ExportSnapshotResponse>
| Modifier and Type | Method and Description |
|---|---|
ExportSnapshotResponse.Builder |
s3Url(String s3Url)
The presigned URL for the snapshot data.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildExportSnapshotResponse.Builder s3Url(String s3Url)
The presigned URL for the snapshot data.
This URL will be available for 10 minutes, and can be used to download the snapshot content. If the URL expires, a new one can be requested using the same operation.
s3Url - The presigned URL for the snapshot data.
This URL will be available for 10 minutes, and can be used to download the snapshot content. If the URL expires, a new one can be requested using the same operation.
Copyright © 2022. All rights reserved.