public static interface UpdateBuildRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<UpdateBuildRequest.Builder,UpdateBuildRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateBuildRequest.Builder |
buildId(String buildId)
A unique identifier for the build to update.
|
UpdateBuildRequest.Builder |
name(String name)
A descriptive label associated with a build.
|
UpdateBuildRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateBuildRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateBuildRequest.Builder |
version(String version)
Version information associated with a build or script.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBuildRequest.Builder buildId(String buildId)
A unique identifier for the build to update. You can use either the build ID or ARN value.
buildId - A unique identifier for the build to update. You can use either the build ID or ARN value.UpdateBuildRequest.Builder name(String name)
A descriptive label associated with a build. Build names do not need to be unique.
name - A descriptive label associated with a build. Build names do not need to be unique.UpdateBuildRequest.Builder version(String version)
Version information associated with a build or script. Version strings do not need to be unique.
version - Version information associated with a build or script. Version strings do not need to be unique.UpdateBuildRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateBuildRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.