Interface ExportFilesMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExportFilesMetadata.Builder,
,ExportFilesMetadata> SdkBuilder<ExportFilesMetadata.Builder,
,ExportFilesMetadata> SdkPojo
- Enclosing class:
ExportFilesMetadata
-
Method Summary
Modifier and TypeMethodDescriptionThe S3 bucket URI where Amazon GameLift Streams uploaded the set of compressed exported files for a stream session.The result of the ExportStreamSessionFiles operation.status
(ExportFilesStatus status) The result of the ExportStreamSessionFiles operation.statusReason
(String statusReason) A short description of the reason the export is inFAILED
status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
outputUri
The S3 bucket URI where Amazon GameLift Streams uploaded the set of compressed exported files for a stream session. Amazon GameLift Streams generates a ZIP file name based on the stream session metadata. Alternatively, you can provide a custom file name with a
.zip
file extension.Example 1: If you provide an S3 URI called
s3://amzn-s3-demo-destination-bucket/MyGame_Session1.zip
, then Amazon GameLift Streams will save the files at that location.Example 2: If you provide an S3 URI called
s3://amzn-s3-demo-destination-bucket/MyGameSessions_ExportedFiles/
, then Amazon GameLift Streams will save the files ats3://amzn-s3-demo-destination-bucket/MyGameSessions_ExportedFiles/YYYYMMDD-HHMMSS-appId-sg-Id-sessionId.zip
or another similar name.- Parameters:
outputUri
- The S3 bucket URI where Amazon GameLift Streams uploaded the set of compressed exported files for a stream session. Amazon GameLift Streams generates a ZIP file name based on the stream session metadata. Alternatively, you can provide a custom file name with a.zip
file extension.Example 1: If you provide an S3 URI called
s3://amzn-s3-demo-destination-bucket/MyGame_Session1.zip
, then Amazon GameLift Streams will save the files at that location.Example 2: If you provide an S3 URI called
s3://amzn-s3-demo-destination-bucket/MyGameSessions_ExportedFiles/
, then Amazon GameLift Streams will save the files ats3://amzn-s3-demo-destination-bucket/MyGameSessions_ExportedFiles/YYYYMMDD-HHMMSS-appId-sg-Id-sessionId.zip
or another similar name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The result of the ExportStreamSessionFiles operation.
- Parameters:
status
- The result of the ExportStreamSessionFiles operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The result of the ExportStreamSessionFiles operation.
- Parameters:
status
- The result of the ExportStreamSessionFiles operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
A short description of the reason the export is in
FAILED
status.- Parameters:
statusReason
- A short description of the reason the export is inFAILED
status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-