Interface UpdateApplicationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateApplicationRequest.Builder,,UpdateApplicationRequest> GameLiftStreamsRequest.Builder,SdkBuilder<UpdateApplicationRequest.Builder,,UpdateApplicationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateApplicationRequest
-
Method Summary
Modifier and TypeMethodDescriptionapplicationLogOutputUri(String applicationLogOutputUri) An Amazon S3 URI to a bucket where you would like Amazon GameLift Streams to save application logs.applicationLogPaths(String... applicationLogPaths) Locations of log files that your content generates during a stream session.applicationLogPaths(Collection<String> applicationLogPaths) Locations of log files that your content generates during a stream session.description(String description) A human-readable label for the application.identifier(String identifier) An Amazon Resource Name (ARN) or ID that uniquely identifies the application resource.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.gameliftstreams.model.GameLiftStreamsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
identifier
An Amazon Resource Name (ARN) or ID that uniquely identifies the application resource. Example ARN:
arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6. Example ID:a-9ZY8X7Wv6.- Parameters:
identifier- An Amazon Resource Name (ARN) or ID that uniquely identifies the application resource. Example ARN:arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6. Example ID:a-9ZY8X7Wv6.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A human-readable label for the application.
- Parameters:
description- A human-readable label for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationLogPaths
Locations of log files that your content generates during a stream session. Enter path values that are relative to the
ApplicationSourceUrilocation, or relative to the user's home directory when using a supported path variable. You can specify up to 10 log paths. Each individual log file cannot exceed 50 MB in size.Each path can be a directory or an exact file path. When you specify a directory, Amazon GameLift Streams collects only files with the following extensions:
.txt,.log, and.utrace. To collect files with other extensions, specify the exact file path. The copy operation is not performed recursively in subfolders.The following path variables are recognized when they appear as the first component of a path:
%USERPROFILE%(Windows and Proton),$HOMEor~(Linux). Use a path variable when your application writes logs outside of the application directory.Amazon GameLift Streams uploads designated log files to the Amazon S3 bucket that you specify in
ApplicationLogOutputUriat the end of a stream session. To retrieve stored log files, call GetStreamSession and get theLogFileLocationUri.- Parameters:
applicationLogPaths- Locations of log files that your content generates during a stream session. Enter path values that are relative to theApplicationSourceUrilocation, or relative to the user's home directory when using a supported path variable. You can specify up to 10 log paths. Each individual log file cannot exceed 50 MB in size.Each path can be a directory or an exact file path. When you specify a directory, Amazon GameLift Streams collects only files with the following extensions:
.txt,.log, and.utrace. To collect files with other extensions, specify the exact file path. The copy operation is not performed recursively in subfolders.The following path variables are recognized when they appear as the first component of a path:
%USERPROFILE%(Windows and Proton),$HOMEor~(Linux). Use a path variable when your application writes logs outside of the application directory.Amazon GameLift Streams uploads designated log files to the Amazon S3 bucket that you specify in
ApplicationLogOutputUriat the end of a stream session. To retrieve stored log files, call GetStreamSession and get theLogFileLocationUri.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationLogPaths
Locations of log files that your content generates during a stream session. Enter path values that are relative to the
ApplicationSourceUrilocation, or relative to the user's home directory when using a supported path variable. You can specify up to 10 log paths. Each individual log file cannot exceed 50 MB in size.Each path can be a directory or an exact file path. When you specify a directory, Amazon GameLift Streams collects only files with the following extensions:
.txt,.log, and.utrace. To collect files with other extensions, specify the exact file path. The copy operation is not performed recursively in subfolders.The following path variables are recognized when they appear as the first component of a path:
%USERPROFILE%(Windows and Proton),$HOMEor~(Linux). Use a path variable when your application writes logs outside of the application directory.Amazon GameLift Streams uploads designated log files to the Amazon S3 bucket that you specify in
ApplicationLogOutputUriat the end of a stream session. To retrieve stored log files, call GetStreamSession and get theLogFileLocationUri.- Parameters:
applicationLogPaths- Locations of log files that your content generates during a stream session. Enter path values that are relative to theApplicationSourceUrilocation, or relative to the user's home directory when using a supported path variable. You can specify up to 10 log paths. Each individual log file cannot exceed 50 MB in size.Each path can be a directory or an exact file path. When you specify a directory, Amazon GameLift Streams collects only files with the following extensions:
.txt,.log, and.utrace. To collect files with other extensions, specify the exact file path. The copy operation is not performed recursively in subfolders.The following path variables are recognized when they appear as the first component of a path:
%USERPROFILE%(Windows and Proton),$HOMEor~(Linux). Use a path variable when your application writes logs outside of the application directory.Amazon GameLift Streams uploads designated log files to the Amazon S3 bucket that you specify in
ApplicationLogOutputUriat the end of a stream session. To retrieve stored log files, call GetStreamSession and get theLogFileLocationUri.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationLogOutputUri
An Amazon S3 URI to a bucket where you would like Amazon GameLift Streams to save application logs. Required if you specify one or more
ApplicationLogPaths.The log bucket must have permissions that give Amazon GameLift Streams access to write the log files. For more information, see Application log bucket permission policy in the Amazon GameLift Streams Developer Guide.
- Parameters:
applicationLogOutputUri- An Amazon S3 URI to a bucket where you would like Amazon GameLift Streams to save application logs. Required if you specify one or moreApplicationLogPaths.The log bucket must have permissions that give Amazon GameLift Streams access to write the log files. For more information, see Application log bucket permission policy in the Amazon GameLift Streams Developer Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-