public static interface UpdateBuildRequest.Builder extends GameLiftRequest.Builder, CopyableBuilder<UpdateBuildRequest.Builder,UpdateBuildRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateBuildRequest.Builder |
buildId(String buildId)
Unique identifier for a build to update.
|
UpdateBuildRequest.Builder |
name(String name)
Descriptive label that is associated with a build.
|
UpdateBuildRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateBuildRequest.Builder |
version(String version)
Version that is associated with this build.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildUpdateBuildRequest.Builder buildId(String buildId)
Unique identifier for a build to update.
buildId - Unique identifier for a build to update.UpdateBuildRequest.Builder name(String name)
Descriptive label that is associated with a build. Build names do not need to be unique.
name - Descriptive label that is associated with a build. Build names do not need to be unique.UpdateBuildRequest.Builder version(String version)
Version that is associated with this build. Version strings do not need to be unique.
version - Version that is associated with this build. Version strings do not need to be unique.UpdateBuildRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.