updateAppBlockBuilder
inline suspend fun AppStreamClient.updateAppBlockBuilder(crossinline block: UpdateAppBlockBuilderRequest.Builder.() -> Unit): UpdateAppBlockBuilderResponse
Updates an app block builder.
If the app block builder is in the STARTING
or STOPPING
state, you can't update it. If the app block builder is in the RUNNING
state, you can only update the DisplayName and Description. If the app block builder is in the STOPPED
state, you can update any attribute except the Name.