Uses of Interface
software.amazon.awssdk.services.gamelift.model.UpdateBuildResponse.Builder
-
Packages that use UpdateBuildResponse.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of UpdateBuildResponse.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return UpdateBuildResponse.Builder Modifier and Type Method Description default UpdateBuildResponse.BuilderUpdateBuildResponse.Builder. build(Consumer<Build.Builder> build)The updated build resource.UpdateBuildResponse.BuilderUpdateBuildResponse.Builder. build(Build build)The updated build resource.static UpdateBuildResponse.BuilderUpdateBuildResponse. builder()UpdateBuildResponse.BuilderUpdateBuildResponse. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type UpdateBuildResponse.Builder Modifier and Type Method Description static Class<? extends UpdateBuildResponse.Builder>UpdateBuildResponse. serializableBuilderClass()
-